diff options
Diffstat (limited to 'sound/soc/s3c24xx/s3c2443-ac97.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c2443-ac97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c2443-ac97.c b/sound/soc/s3c24xx/s3c2443-ac97.c index 7360c6d913bd..723779a3058d 100644 --- a/sound/soc/s3c24xx/s3c2443-ac97.c +++ b/sound/soc/s3c24xx/s3c2443-ac97.c | |||
@@ -396,7 +396,7 @@ struct snd_soc_dai s3c2443_ac97_dai[] = { | |||
396 | EXPORT_SYMBOL_GPL(s3c2443_ac97_dai); | 396 | EXPORT_SYMBOL_GPL(s3c2443_ac97_dai); |
397 | EXPORT_SYMBOL_GPL(soc_ac97_ops); | 397 | EXPORT_SYMBOL_GPL(soc_ac97_ops); |
398 | 398 | ||
399 | static int __devinit s3c2443_ac97_init(void) | 399 | static int __init s3c2443_ac97_init(void) |
400 | { | 400 | { |
401 | return snd_soc_register_dai(&s3c2443_ac97_dai); | 401 | return snd_soc_register_dai(&s3c2443_ac97_dai); |
402 | } | 402 | } |