sparc: Annotate of_device_id arrays with const or __initdata.
[deliverable/linux.git] / arch / sparc / kernel / pmc.c
index 9976e82e3233f8556165b7fadde1d402bdb52264..814eb3ce039bd8cc69fbcd6a69ea6b01e52e2900 100644 (file)
@@ -72,7 +72,7 @@ static int __devinit pmc_probe(struct of_device *op,
        return 0;
 }
 
-static struct of_device_id pmc_match[] = {
+static struct of_device_id __initdata pmc_match[] = {
        {
                .name = PMC_OBPNAME,
        },
This page took 0.027604 seconds and 5 git commands to generate.