sparc: Annotate of_device_id arrays with const or __initdata.
[safe/jmp/linux-2.6] / drivers / parport / parport_sunbpp.c
index e4f00c6..065f229 100644 (file)
@@ -372,7 +372,7 @@ static int __devexit bpp_remove(struct of_device *op)
        return 0;
 }
 
-static struct of_device_id bpp_match[] = {
+static const struct of_device_id bpp_match[] = {
        {
                .name = "SUNW,bpp",
        },