diff options
Diffstat (limited to 'sound/soc/ux500')
-rw-r--r-- | sound/soc/ux500/ux500_msp_dai.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/ux500/ux500_msp_dai.c b/sound/soc/ux500/ux500_msp_dai.c index f5df08ded770..6ba8ae9ecc7a 100644 --- a/sound/soc/ux500/ux500_msp_dai.c +++ b/sound/soc/ux500/ux500_msp_dai.c | |||
@@ -843,6 +843,7 @@ static const struct of_device_id ux500_msp_i2s_match[] = { | |||
843 | { .compatible = "stericsson,ux500-msp-i2s", }, | 843 | { .compatible = "stericsson,ux500-msp-i2s", }, |
844 | {}, | 844 | {}, |
845 | }; | 845 | }; |
846 | MODULE_DEVICE_TABLE(of, ux500_msp_i2s_match); | ||
846 | 847 | ||
847 | static struct platform_driver msp_i2s_driver = { | 848 | static struct platform_driver msp_i2s_driver = { |
848 | .driver = { | 849 | .driver = { |