[alsa-devel] [PATCH 2/7] ASoC: Annotate core removal function
Mark Brown
broonie at opensource.wolfsonmicro.com
Mon Dec 1 21:07:36 CET 2008
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
---
sound/soc/soc-core.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 0448708..7eb2ea1 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -1952,7 +1952,7 @@ static int __devinit snd_soc_init(void)
return platform_driver_register(&soc_driver);
}
-static void snd_soc_exit(void)
+static void __exit snd_soc_exit(void)
{
platform_driver_unregister(&soc_driver);
}
--
1.5.6.5
More information about the Alsa-devel
mailing list