diff options
Diffstat (limited to 'sound/soc/codecs/pcm3008.c')
-rw-r--r-- | sound/soc/codecs/pcm3008.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/pcm3008.c b/sound/soc/codecs/pcm3008.c index f333e88ee255..9a3e67e5319c 100644 --- a/sound/soc/codecs/pcm3008.c +++ b/sound/soc/codecs/pcm3008.c | |||
@@ -195,7 +195,7 @@ struct snd_soc_codec_device soc_codec_dev_pcm3008 = { | |||
195 | }; | 195 | }; |
196 | EXPORT_SYMBOL_GPL(soc_codec_dev_pcm3008); | 196 | EXPORT_SYMBOL_GPL(soc_codec_dev_pcm3008); |
197 | 197 | ||
198 | static int __devinit pcm3008_init(void) | 198 | static int __init pcm3008_init(void) |
199 | { | 199 | { |
200 | return snd_soc_register_dai(&pcm3008_dai); | 200 | return snd_soc_register_dai(&pcm3008_dai); |
201 | } | 201 | } |