Skip to content

Commit

Permalink
vlan: remove useless struct hlist_node declaration from if_vlan.h
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jul 8, 2008
1 parent 22d1ba7 commit df6b6a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/linux/if_vlan.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit df6b6a0

Please sign in to comment.