mptcp: add __init annotation on setup functions
Add the missing annotation in some setup-only functions. Signed-off-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
be7aa9facb
commit
d39dceca38
@@ -234,7 +234,7 @@ void mptcp_pm_close(struct mptcp_sock *msk)
|
||||
sock_put((struct sock *)msk);
|
||||
}
|
||||
|
||||
void mptcp_pm_init(void)
|
||||
void __init mptcp_pm_init(void)
|
||||
{
|
||||
pm_wq = alloc_workqueue("pm_wq", WQ_UNBOUND | WQ_MEM_RECLAIM, 8);
|
||||
if (!pm_wq)
|
||||
|
Reference in New Issue
Block a user