diff options
Diffstat (limited to 'include/net/transp_v6.h')
| -rw-r--r-- | include/net/transp_v6.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h index a8122dc5641..5271a741c3a 100644 --- a/include/net/transp_v6.h +++ b/include/net/transp_v6.h @@ -7,8 +7,6 @@   *	IPv6 transport protocols   */ -#ifdef __KERNEL__ -  extern struct proto rawv6_prot;  extern struct proto udpv6_prot;  extern struct proto udplitev6_prot; @@ -57,5 +55,3 @@ extern const struct inet_connection_sock_af_ops ipv4_specific;  extern void inet6_destroy_sock(struct sock *sk);  #endif - -#endif  |