diff options
Diffstat (limited to 'sound/soc/codecs/wm8990.c')
-rw-r--r-- | sound/soc/codecs/wm8990.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8990.c b/sound/soc/codecs/wm8990.c index 53e71aafe6c6..5b5afc144478 100644 --- a/sound/soc/codecs/wm8990.c +++ b/sound/soc/codecs/wm8990.c | |||
@@ -1643,7 +1643,7 @@ struct snd_soc_codec_device soc_codec_dev_wm8990 = { | |||
1643 | }; | 1643 | }; |
1644 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8990); | 1644 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8990); |
1645 | 1645 | ||
1646 | static int __devinit wm8990_modinit(void) | 1646 | static int __init wm8990_modinit(void) |
1647 | { | 1647 | { |
1648 | return snd_soc_register_dai(&wm8990_dai); | 1648 | return snd_soc_register_dai(&wm8990_dai); |
1649 | } | 1649 | } |