sparc: Annotate of_device_id arrays with const or __initdata.
[deliverable/linux.git] / drivers / sbus / char / bbc_i2c.c
index af7f4af6c5fbab9f906ac8a94fe30be525408517..f08e169ba1b51a150372753672741df102818591 100644 (file)
@@ -404,7 +404,7 @@ static int __devexit bbc_i2c_remove(struct of_device *op)
        return 0;
 }
 
-static struct of_device_id bbc_i2c_match[] = {
+static const struct of_device_id bbc_i2c_match[] = {
        {
                .name = "i2c",
                .compatible = "SUNW,bbc-i2c",
This page took 0.025063 seconds and 5 git commands to generate.