diff options
Diffstat (limited to 'net/socket.c')
-rw-r--r-- | net/socket.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/socket.c b/net/socket.c index 98be7ef3c086..f40957adc7c7 100644 --- a/net/socket.c +++ b/net/socket.c | |||
@@ -2063,6 +2063,8 @@ static int __init sock_init(void) | |||
2063 | #ifdef CONFIG_NETFILTER | 2063 | #ifdef CONFIG_NETFILTER |
2064 | netfilter_init(); | 2064 | netfilter_init(); |
2065 | #endif | 2065 | #endif |
2066 | |||
2067 | return 0; | ||
2066 | } | 2068 | } |
2067 | 2069 | ||
2068 | core_initcall(sock_init); /* early initcall */ | 2070 | core_initcall(sock_init); /* early initcall */ |