|
@@ -31,7 +31,7 @@ module_param(force, int, 0444);
|
|
MODULE_PARM_DESC(force, "Force loading i2sbus even when"
|
|
MODULE_PARM_DESC(force, "Force loading i2sbus even when"
|
|
" no layout-id property is present");
|
|
" no layout-id property is present");
|
|
|
|
|
|
-static struct of_device_id i2sbus_match[] = {
|
|
|
|
|
|
+static const struct of_device_id i2sbus_match[] = {
|
|
{ .name = "i2s" },
|
|
{ .name = "i2s" },
|
|
{ }
|
|
{ }
|
|
};
|
|
};
|