diff options
Diffstat (limited to 'sound/aoa/soundbus/i2sbus/core.c')
-rw-r--r-- | sound/aoa/soundbus/i2sbus/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/aoa/soundbus/i2sbus/core.c b/sound/aoa/soundbus/i2sbus/core.c index b9737fae656a..1cbf210080a1 100644 --- a/sound/aoa/soundbus/i2sbus/core.c +++ b/sound/aoa/soundbus/i2sbus/core.c | |||
@@ -31,7 +31,7 @@ module_param(force, int, 0444); | |||
31 | MODULE_PARM_DESC(force, "Force loading i2sbus even when" | 31 | MODULE_PARM_DESC(force, "Force loading i2sbus even when" |
32 | " no layout-id property is present"); | 32 | " no layout-id property is present"); |
33 | 33 | ||
34 | static struct of_device_id i2sbus_match[] = { | 34 | static const struct of_device_id i2sbus_match[] = { |
35 | { .name = "i2s" }, | 35 | { .name = "i2s" }, |
36 | { } | 36 | { } |
37 | }; | 37 | }; |