sparc: Annotate of_device_id arrays with const or __initdata.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / watchdog / riowd.c
index 04fd1bac2db5f3aff4f092e10aefd6a9aad617d8..09cb1833ea27a754be67934c98d12396f3f623a7 100644 (file)
@@ -230,7 +230,7 @@ static int __devexit riowd_remove(struct of_device *op)
        return 0;
 }
 
-static struct of_device_id riowd_match[] = {
+static const struct of_device_id riowd_match[] = {
        {
                .name = "pmc",
        },