diff options
Diffstat (limited to 'include/net/rawv6.h')
| -rw-r--r-- | include/net/rawv6.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/rawv6.h b/include/net/rawv6.h index f6b9b830df8..cf757723445 100644 --- a/include/net/rawv6.h +++ b/include/net/rawv6.h @@ -1,8 +1,6 @@  #ifndef _NET_RAWV6_H  #define _NET_RAWV6_H -#ifdef __KERNEL__ -  #include <net/protocol.h>  void raw6_icmp_error(struct sk_buff *, int nexthdr, @@ -20,5 +18,3 @@ int rawv6_mh_filter_unregister(int (*filter)(struct sock *sock,  #endif  #endif - -#endif  |