mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
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>
This commit is contained in:
parent
d02342151c
commit
aed7df8698
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue