Skip to content

Commit

Permalink
net: include/linux/icmpv6: includecheck fix for icmpv6.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaswinder Singh Rajput authored and David S. Miller committed Aug 13, 2009
1 parent d023421 commit aed7df8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/icmpv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit aed7df8

Please sign in to comment.