Commit aed7df86983ead0af8364fd26d8a9609ef2ed584

Authored by Jaswinder Singh Rajput
Committed by David S. Miller
1 parent d02342151c

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>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

include/linux/icmpv6.h
... ... @@ -171,8 +171,6 @@
171 171 #ifdef __KERNEL__
172 172  
173 173 #include <linux/netdevice.h>
174   -#include <linux/skbuff.h>
175   -
176 174  
177 175 extern void icmpv6_send(struct sk_buff *skb,
178 176 u8 type, u8 code,