Skip to content

Commit

Permalink
crypto: qat - fix section mismatch warning
Browse files Browse the repository at this point in the history
Fix Section mismatch warinig in adf_exit_vf_wq()

Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Tadeusz Struk <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
tstruk authored and herbertx committed Apr 18, 2016
1 parent 87ba569 commit b3ab30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/qat/qat_common/adf_vf_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ int __init adf_init_vf_wq(void)
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)
destroy_workqueue(adf_vf_stop_wq);
Expand Down

0 comments on commit b3ab30a

Please sign in to comment.