diff options
Diffstat (limited to 'sound/soc/atmel/atmel-pcm.c')
-rw-r--r-- | sound/soc/atmel/atmel-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/atmel/atmel-pcm.c b/sound/soc/atmel/atmel-pcm.c index 027eb13f9dd0..1fac5efd285b 100644 --- a/sound/soc/atmel/atmel-pcm.c +++ b/sound/soc/atmel/atmel-pcm.c | |||
@@ -477,7 +477,7 @@ struct snd_soc_platform atmel_soc_platform = { | |||
477 | }; | 477 | }; |
478 | EXPORT_SYMBOL_GPL(atmel_soc_platform); | 478 | EXPORT_SYMBOL_GPL(atmel_soc_platform); |
479 | 479 | ||
480 | static int __devinit atmel_pcm_modinit(void) | 480 | static int __init atmel_pcm_modinit(void) |
481 | { | 481 | { |
482 | return snd_soc_register_platform(&atmel_soc_platform); | 482 | return snd_soc_register_platform(&atmel_soc_platform); |
483 | } | 483 | } |