Skip to content

Commit b3ab30a

Browse files
tstrukherbertx
authored andcommitted
crypto: qat - fix section mismatch warning
Fix Section mismatch warinig in adf_exit_vf_wq() Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent 87ba569 commit b3ab30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/qat/qat_common/adf_vf_isr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ int __init adf_init_vf_wq(void)
326326
return !adf_vf_stop_wq ? -EFAULT : 0;
327327
}
328328

329-
void __exit adf_exit_vf_wq(void)
329+
void adf_exit_vf_wq(void)
330330
{
331331
if (adf_vf_stop_wq)
332332
destroy_workqueue(adf_vf_stop_wq);

0 commit comments

Comments
 (0)