aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/soc-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 0448708245e7..7eb2ea1fd42e 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -1952,7 +1952,7 @@ static int __devinit snd_soc_init(void)
1952 return platform_driver_register(&soc_driver); 1952 return platform_driver_register(&soc_driver);
1953} 1953}
1954 1954
1955static void snd_soc_exit(void) 1955static void __exit snd_soc_exit(void)
1956{ 1956{
1957 platform_driver_unregister(&soc_driver); 1957 platform_driver_unregister(&soc_driver);
1958} 1958}