net: xilinx: constify of_device_id array
[linux-2.6-block.git] / drivers / net / ethernet / xilinx / ll_temac_main.c
index dbcbf0c5bcfa910c49ec81037892a45487aa081e..690a4c36b3166c76b4d8ed63f9d21574ecac8bb3 100644 (file)
@@ -1157,7 +1157,7 @@ static int temac_of_remove(struct platform_device *op)
        return 0;
 }
 
-static struct of_device_id temac_of_match[] = {
+static const struct of_device_id temac_of_match[] = {
        { .compatible = "xlnx,xps-ll-temac-1.01.b", },
        { .compatible = "xlnx,xps-ll-temac-2.00.a", },
        { .compatible = "xlnx,xps-ll-temac-2.02.a", },