aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8900.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8900.c')
-rw-r--r--sound/soc/codecs/wm8900.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8900.c b/sound/soc/codecs/wm8900.c
index 34e58af0c65a..ebf58fba1beb 100644
--- a/sound/soc/codecs/wm8900.c
+++ b/sound/soc/codecs/wm8900.c
@@ -1473,7 +1473,7 @@ struct snd_soc_codec_device soc_codec_dev_wm8900 = {
1473}; 1473};
1474EXPORT_SYMBOL_GPL(soc_codec_dev_wm8900); 1474EXPORT_SYMBOL_GPL(soc_codec_dev_wm8900);
1475 1475
1476static int __devinit wm8900_modinit(void) 1476static int __init wm8900_modinit(void)
1477{ 1477{
1478 return i2c_add_driver(&wm8900_i2c_driver); 1478 return i2c_add_driver(&wm8900_i2c_driver);
1479} 1479}