sparc: Annotate of_device_id arrays with const or __initdata.
[deliverable/linux.git] / arch / sparc64 / kernel / chmc.c
index 3e14952e9407621e9e7415d4276dcc650dd65f9a..2ed401087cab1b02b6cb877da6a6c1f8102acc1d 100644 (file)
@@ -801,7 +801,7 @@ static int __devexit us3mc_remove(struct of_device *op)
        return 0;
 }
 
-static struct of_device_id us3mc_match[] = {
+static const struct of_device_id us3mc_match[] = {
        {
                .name = "memory-controller",
        },
This page took 0.024934 seconds and 5 git commands to generate.