Loading include/net/ipip.h +0 −4 Original line number Diff line number Diff line Loading @@ -44,8 +44,4 @@ struct ip_tunnel } \ } while (0) extern int sit_init(void); extern void sit_cleanup(void); #endif net/ipv6/sit.c +2 −2 Original line number Diff line number Diff line Loading @@ -809,7 +809,7 @@ static void __exit sit_destroy_tunnels(void) } } void __exit sit_cleanup(void) static void __exit sit_cleanup(void) { inet_del_protocol(&sit_protocol, IPPROTO_IPV6); Loading @@ -819,7 +819,7 @@ void __exit sit_cleanup(void) rtnl_unlock(); } int __init sit_init(void) static int __init sit_init(void) { int err; Loading Loading
include/net/ipip.h +0 −4 Original line number Diff line number Diff line Loading @@ -44,8 +44,4 @@ struct ip_tunnel } \ } while (0) extern int sit_init(void); extern void sit_cleanup(void); #endif
net/ipv6/sit.c +2 −2 Original line number Diff line number Diff line Loading @@ -809,7 +809,7 @@ static void __exit sit_destroy_tunnels(void) } } void __exit sit_cleanup(void) static void __exit sit_cleanup(void) { inet_del_protocol(&sit_protocol, IPPROTO_IPV6); Loading @@ -819,7 +819,7 @@ void __exit sit_cleanup(void) rtnl_unlock(); } int __init sit_init(void) static int __init sit_init(void) { int err; Loading