diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-08-09 03:27:18 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-12 22:13:15 -0700 |
commit | aed7df86983ead0af8364fd26d8a9609ef2ed584 (patch) | |
tree | 3db16f1aa64d73dc798267c418e89b225bd84416 /include/linux/icmpv6.h | |
parent | d02342151c51344034fbdeceff8effcb0a77c573 (diff) | |
download | kernel_samsung_espresso10-aed7df86983ead0af8364fd26d8a9609ef2ed584.zip kernel_samsung_espresso10-aed7df86983ead0af8364fd26d8a9609ef2ed584.tar.gz kernel_samsung_espresso10-aed7df86983ead0af8364fd26d8a9609ef2ed584.tar.bz2 |
net: include/linux/icmpv6: includecheck fix for icmpv6.h
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>
Diffstat (limited to 'include/linux/icmpv6.h')
-rw-r--r-- | include/linux/icmpv6.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/icmpv6.h b/include/linux/icmpv6.h index b6a8518..c0d8357 100644 --- a/include/linux/icmpv6.h +++ b/include/linux/icmpv6.h @@ -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, |