Re: [PATCH 1/1 linux-next] net/dccp/proto.c: add __init to dccp_mib_init

2014-10-01 Thread David Miller
From: Fabian Frederick Date: Wed, 1 Oct 2014 06:48:03 +0200 > dccp_mib_init is only called by __init dccp_init in same module. > > Signed-off-by: Fabian Frederick Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH 1/1 linux-next] net/dccp/proto.c: add __init to dccp_mib_init

2014-10-01 Thread David Miller
From: Fabian Frederick f...@skynet.be Date: Wed, 1 Oct 2014 06:48:03 +0200 dccp_mib_init is only called by __init dccp_init in same module. Signed-off-by: Fabian Frederick f...@skynet.be Applied. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

[PATCH 1/1 linux-next] net/dccp/proto.c: add __init to dccp_mib_init

2014-09-30 Thread Fabian Frederick
dccp_mib_init is only called by __init dccp_init in same module. Signed-off-by: Fabian Frederick --- net/dccp/proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/dccp/proto.c b/net/dccp/proto.c index e421edd..6d090c4 100644 --- a/net/dccp/proto.c +++

[PATCH 1/1 linux-next] net/dccp/proto.c: add __init to dccp_mib_init

2014-09-30 Thread Fabian Frederick
dccp_mib_init is only called by __init dccp_init in same module. Signed-off-by: Fabian Frederick f...@skynet.be --- net/dccp/proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/dccp/proto.c b/net/dccp/proto.c index e421edd..6d090c4 100644 --- a/net/dccp/proto.c +++