|
@@ -31,7 +31,7 @@ MODULE_LICENSE("GPL v2");
|
|
static const char xillyname[] = "xillybus_of";
|
|
static const char xillyname[] = "xillybus_of";
|
|
|
|
|
|
/* Match table for of_platform binding */
|
|
/* Match table for of_platform binding */
|
|
-static struct of_device_id xillybus_of_match[] = {
|
|
|
|
|
|
+static const struct of_device_id xillybus_of_match[] = {
|
|
{ .compatible = "xillybus,xillybus-1.00.a", },
|
|
{ .compatible = "xillybus,xillybus-1.00.a", },
|
|
{ .compatible = "xlnx,xillybus-1.00.a", }, /* Deprecated */
|
|
{ .compatible = "xlnx,xillybus-1.00.a", }, /* Deprecated */
|
|
{}
|
|
{}
|