ASoC: allow drivers to compile both static and dynamic
Based on where the code is synced the driver should allow both static and dynamic linked compilation. Also remove __exit for modules loaded from another common init/exit functions. Change-Id: Ib58f152002aba3af4446f9bbd9b82c279212bd0a Signed-off-by: Asish Bhattacharya <asishb@codeaurora.org>
此提交包含在:
@@ -473,7 +473,7 @@ int __init audio_aac_init(void)
|
||||
return ret;
|
||||
}
|
||||
|
||||
void __exit audio_aac_exit(void)
|
||||
void audio_aac_exit(void)
|
||||
{
|
||||
mutex_destroy(&audio_aac_ws_mgr.ws_lock);
|
||||
misc_deregister(&audio_aac_misc);
|
||||
|
新增問題並參考
封鎖使用者