mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
ASoC: Annotate core removal function
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
968a6025aa
commit
7d8c16a6f7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue