Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ASoC: Annotate core removal function

parent 968a6025
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}