diff options
Diffstat (limited to 'sound/soc/codecs/ak4535.c')
-rw-r--r-- | sound/soc/codecs/ak4535.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ak4535.c b/sound/soc/codecs/ak4535.c index 94148fba9119..81300d8d42ca 100644 --- a/sound/soc/codecs/ak4535.c +++ b/sound/soc/codecs/ak4535.c | |||
@@ -688,7 +688,7 @@ struct snd_soc_codec_device soc_codec_dev_ak4535 = { | |||
688 | }; | 688 | }; |
689 | EXPORT_SYMBOL_GPL(soc_codec_dev_ak4535); | 689 | EXPORT_SYMBOL_GPL(soc_codec_dev_ak4535); |
690 | 690 | ||
691 | static int __devinit ak4535_modinit(void) | 691 | static int __init ak4535_modinit(void) |
692 | { | 692 | { |
693 | return snd_soc_register_dai(&ak4535_dai); | 693 | return snd_soc_register_dai(&ak4535_dai); |
694 | } | 694 | } |