net: netcp: constify of_device_id array
[linux-2.6-block.git] / drivers / net / ethernet / ti / netcp_core.c
index 9f14d8b515c74360355c9850adc4ecad5e044795..1c4dd8081a57b9c578a7f8892945e9fb3fde3b10 100644 (file)
@@ -2127,7 +2127,7 @@ static int netcp_remove(struct platform_device *pdev)
        return 0;
 }
 
-static struct of_device_id of_match[] = {
+static const struct of_device_id of_match[] = {
        { .compatible = "ti,netcp-1.0", },
        {},
 };