Commit 7d8c16a6 authored by Mark Brown's avatar Mark Brown

ASoC: Annotate core removal function

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 968a6025
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment