diff options
Diffstat (limited to 'sound/soc/sh/dma-sh7760.c')
-rw-r--r-- | sound/soc/sh/dma-sh7760.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/dma-sh7760.c b/sound/soc/sh/dma-sh7760.c index 39ffca0933a2..0dad3a0bb920 100644 --- a/sound/soc/sh/dma-sh7760.c +++ b/sound/soc/sh/dma-sh7760.c | |||
@@ -348,7 +348,7 @@ struct snd_soc_platform sh7760_soc_platform = { | |||
348 | }; | 348 | }; |
349 | EXPORT_SYMBOL_GPL(sh7760_soc_platform); | 349 | EXPORT_SYMBOL_GPL(sh7760_soc_platform); |
350 | 350 | ||
351 | static int __devinit sh7760_soc_platform_init(void) | 351 | static int __init sh7760_soc_platform_init(void) |
352 | { | 352 | { |
353 | return snd_soc_register_platform(&sh7760_soc_platform); | 353 | return snd_soc_register_platform(&sh7760_soc_platform); |
354 | } | 354 | } |