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 d6bcb4e6fda0..027eb13f9dd0 100644 --- a/sound/soc/atmel/atmel-pcm.c +++ b/sound/soc/atmel/atmel-pcm.c | |||
@@ -483,7 +483,7 @@ static int __devinit atmel_pcm_modinit(void) | |||
483 | } | 483 | } |
484 | module_init(atmel_pcm_modinit); | 484 | module_init(atmel_pcm_modinit); |
485 | 485 | ||
486 | static void __exit atmel_pcm_exit(void) | 486 | static void __exit atmel_pcm_modexit(void) |
487 | { | 487 | { |
488 | snd_soc_unregister_platform(&atmel_soc_platform); | 488 | snd_soc_unregister_platform(&atmel_soc_platform); |
489 | } | 489 | } |