diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ieee802154/reassembly.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ieee802154/reassembly.c b/net/ieee802154/reassembly.c index 30ec608b351a..7cfcd6885225 100644 --- a/net/ieee802154/reassembly.c +++ b/net/ieee802154/reassembly.c | |||
@@ -498,7 +498,7 @@ static void lowpan_frags_sysctl_unregister(void) | |||
498 | unregister_net_sysctl_table(lowpan_ctl_header); | 498 | unregister_net_sysctl_table(lowpan_ctl_header); |
499 | } | 499 | } |
500 | #else | 500 | #else |
501 | static inline int __init lowpan_frags_ns_sysctl_register(struct net *net) | 501 | static inline int lowpan_frags_ns_sysctl_register(struct net *net) |
502 | { | 502 | { |
503 | return 0; | 503 | return 0; |
504 | } | 504 | } |
@@ -507,7 +507,7 @@ static inline void lowpan_frags_ns_sysctl_unregister(struct net *net) | |||
507 | { | 507 | { |
508 | } | 508 | } |
509 | 509 | ||
510 | static inline int lowpan_frags_sysctl_register(void) | 510 | static inline int __init lowpan_frags_sysctl_register(void) |
511 | { | 511 | { |
512 | return 0; | 512 | return 0; |
513 | } | 513 | } |