net: include/linux/icmpv6: includecheck fix for icmpv6.h
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Sun, 9 Aug 2009 03:27:18 +0000 (03:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Aug 2009 05:13:15 +0000 (22:13 -0700)
fix the following 'make includecheck' warning:

  include/linux/icmpv6.h: linux/skbuff.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/icmpv6.h

index b6a8518..c0d8357 100644 (file)
@@ -171,8 +171,6 @@ struct icmp6_filter {
 #ifdef __KERNEL__
 
 #include <linux/netdevice.h>
-#include <linux/skbuff.h>
-
 
 extern void                            icmpv6_send(struct sk_buff *skb,
                                                    u8 type, u8 code,