aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/uda134x.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/uda134x.c')
-rw-r--r--sound/soc/codecs/uda134x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/uda134x.c b/sound/soc/codecs/uda134x.c
index 8e035b5d733f..a2c5064a774b 100644
--- a/sound/soc/codecs/uda134x.c
+++ b/sound/soc/codecs/uda134x.c
@@ -651,7 +651,7 @@ struct snd_soc_codec_device soc_codec_dev_uda134x = {
651}; 651};
652EXPORT_SYMBOL_GPL(soc_codec_dev_uda134x); 652EXPORT_SYMBOL_GPL(soc_codec_dev_uda134x);
653 653
654static int __devinit uda134x_init(void) 654static int __init uda134x_init(void)
655{ 655{
656 return snd_soc_register_dai(&uda134x_dai); 656 return snd_soc_register_dai(&uda134x_dai);
657} 657}