提交 b3ab30a7 编写于 作者: T Tadeusz Struk 提交者: Herbert Xu

crypto: qat - fix section mismatch warning

Fix Section mismatch warinig in adf_exit_vf_wq()
Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: NTadeusz Struk <tadeusz.struk@intel.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 87ba569a
...@@ -326,7 +326,7 @@ int __init adf_init_vf_wq(void) ...@@ -326,7 +326,7 @@ int __init adf_init_vf_wq(void)
return !adf_vf_stop_wq ? -EFAULT : 0; return !adf_vf_stop_wq ? -EFAULT : 0;
} }
void __exit adf_exit_vf_wq(void) void adf_exit_vf_wq(void)
{ {
if (adf_vf_stop_wq) if (adf_vf_stop_wq)
destroy_workqueue(adf_vf_stop_wq); destroy_workqueue(adf_vf_stop_wq);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册