|
@@ -1185,7 +1185,7 @@ static int xcan_remove(struct platform_device *pdev)
|
|
|
}
|
|
|
|
|
|
/* Match table for OF platform binding */
|
|
|
-static struct of_device_id xcan_of_match[] = {
|
|
|
+static const struct of_device_id xcan_of_match[] = {
|
|
|
{ .compatible = "xlnx,zynq-can-1.0", },
|
|
|
{ .compatible = "xlnx,axi-can-1.00.a", },
|
|
|
{ /* end of list */ },
|