diff options
-rw-r--r-- | sound/soc/kirkwood/kirkwood-i2s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/kirkwood/kirkwood-i2s.c b/sound/soc/kirkwood/kirkwood-i2s.c index def7d8260c4e..0a7ff0e4247b 100644 --- a/sound/soc/kirkwood/kirkwood-i2s.c +++ b/sound/soc/kirkwood/kirkwood-i2s.c | |||
@@ -643,7 +643,7 @@ static int kirkwood_i2s_dev_remove(struct platform_device *pdev) | |||
643 | } | 643 | } |
644 | 644 | ||
645 | #ifdef CONFIG_OF | 645 | #ifdef CONFIG_OF |
646 | static struct of_device_id mvebu_audio_of_match[] = { | 646 | static const struct of_device_id mvebu_audio_of_match[] = { |
647 | { .compatible = "marvell,kirkwood-audio" }, | 647 | { .compatible = "marvell,kirkwood-audio" }, |
648 | { .compatible = "marvell,dove-audio" }, | 648 | { .compatible = "marvell,dove-audio" }, |
649 | { .compatible = "marvell,armada370-audio" }, | 649 | { .compatible = "marvell,armada370-audio" }, |