sparc: Annotate of_device_id arrays with const or __initdata.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / sparc64 / kernel / pci_sun4v.c
index c1e72beade2b20c22714138fe58d27aa642a3a13..fea51a054be5fb27b39c5cde346b902650b163bc 100644 (file)
@@ -1026,7 +1026,7 @@ out_free:
        return -ENOMEM;
 }
 
-static struct of_device_id pci_sun4v_match[] = {
+static struct of_device_id __initdata pci_sun4v_match[] = {
        {
                .name = "pci",
                .compatible = "SUNW,sun4v-pci",