summaryrefslogtreecommitdiff
path: root/asoc/msm-pcm-host-voice-v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'asoc/msm-pcm-host-voice-v2.c')
-rw-r--r--asoc/msm-pcm-host-voice-v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asoc/msm-pcm-host-voice-v2.c b/asoc/msm-pcm-host-voice-v2.c
index 0c47ec11..fd771df5 100644
--- a/asoc/msm-pcm-host-voice-v2.c
+++ b/asoc/msm-pcm-host-voice-v2.c
@@ -1542,7 +1542,7 @@ int __init msm_voice_host_init(void)
return platform_driver_register(&msm_pcm_driver);
}
-void __exit msm_voice_host_exit(void)
+void msm_voice_host_exit(void)
{
platform_driver_unregister(&msm_pcm_driver);
}