Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c5b8a46 authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

net/dccp/proto.c: add __init to dccp_mib_init



dccp_mib_init is only called by __init dccp_init in same module.

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1e918876
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1082,7 +1082,7 @@ void dccp_shutdown(struct sock *sk, int how)

EXPORT_SYMBOL_GPL(dccp_shutdown);

static inline int dccp_mib_init(void)
static inline int __init dccp_mib_init(void)
{
	dccp_statistics = alloc_percpu(struct dccp_mib);
	if (!dccp_statistics)