sparc: Annotate of_device_id arrays with const or __initdata.
[deliverable/linux.git] / arch / sparc / kernel / time.c
index a713bb43db84e90e00278a09fa29b5d09de11022..339c4762fbcf08c0fccda3a6a506e64c976b6d76 100644 (file)
@@ -338,7 +338,7 @@ static int __devinit clock_probe(struct of_device *op, const struct of_device_id
        return 0;
 }
 
-static struct of_device_id clock_match[] = {
+static struct of_device_id __initdata clock_match[] = {
        {
                .name = "eeprom",
        },
This page took 0.047945 seconds and 5 git commands to generate.