sparc: Annotate of_device_id arrays with const or __initdata.
[linux-2.6-block.git] / drivers / net / sunlance.c
index 292feb2154b4214e67eef0a3c6305b13ff58c4be..30cdb81853b4ff1b19683b57ee90c9400d8c2b2c 100644 (file)
@@ -1571,7 +1571,7 @@ static int __devexit sunlance_sbus_remove(struct of_device *op)
        return 0;
 }
 
-static struct of_device_id sunlance_sbus_match[] = {
+static const struct of_device_id sunlance_sbus_match[] = {
        {
                .name = "le",
        },