ASoC: Fix typos in Atmel module registration
I wish I had boards which work with unmodified kernels :/
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
diff --git a/sound/soc/atmel/atmel-pcm.c b/sound/soc/atmel/atmel-pcm.c
index d6bcb4e..027eb13 100644
--- a/sound/soc/atmel/atmel-pcm.c
+++ b/sound/soc/atmel/atmel-pcm.c
@@ -483,7 +483,7 @@
}
module_init(atmel_pcm_modinit);
-static void __exit atmel_pcm_exit(void)
+static void __exit atmel_pcm_modexit(void)
{
snd_soc_unregister_platform(&atmel_soc_platform);
}