vlan: remove useless struct hlist_node declaration from if_vlan.h

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Patrick McHardy 2008-07-08 03:24:14 -07:00 committed by David S. Miller
parent 22d1ba74bb
commit df6b6a0cf6

View file

@ -14,10 +14,6 @@
#define _LINUX_IF_VLAN_H_
#ifdef __KERNEL__
/* externally defined structs */
struct hlist_node;
#include <linux/netdevice.h>
#include <linux/etherdevice.h>