sparc: Annotate of_device_id arrays with const or __initdata.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / serial / sunzilog.c
index 3cb4c8aee13fa74461648ff3a4ec9f12380fbba3..45a299f35617bc8eb27bd8b0fef9c6256f2cdbf0 100644 (file)
@@ -1480,7 +1480,7 @@ static int __devexit zs_remove(struct of_device *op)
        return 0;
 }
 
-static struct of_device_id zs_match[] = {
+static const struct of_device_id zs_match[] = {
        {
                .name = "zs",
        },