diff options
Diffstat (limited to 'net/dccp/proto.c')
-rw-r--r-- | net/dccp/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/proto.c b/net/dccp/proto.c index f440cc7c9f72..97b0fcc79547 100644 --- a/net/dccp/proto.c +++ b/net/dccp/proto.c | |||
@@ -1082,7 +1082,7 @@ void dccp_shutdown(struct sock *sk, int how) | |||
1082 | 1082 | ||
1083 | EXPORT_SYMBOL_GPL(dccp_shutdown); | 1083 | EXPORT_SYMBOL_GPL(dccp_shutdown); |
1084 | 1084 | ||
1085 | static inline int dccp_mib_init(void) | 1085 | static inline int __init dccp_mib_init(void) |
1086 | { | 1086 | { |
1087 | dccp_statistics = alloc_percpu(struct dccp_mib); | 1087 | dccp_statistics = alloc_percpu(struct dccp_mib); |
1088 | if (!dccp_statistics) | 1088 | if (!dccp_statistics) |