]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
vlan: remove useless struct hlist_node declaration from if_vlan.h
authorPatrick McHardy <kaber@trash.net>
Tue, 8 Jul 2008 10:24:14 +0000 (03:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jul 2008 10:24:14 +0000 (03:24 -0700)
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_vlan.h

index cb2e6b480882fe9c5ccb0390c99b7a495b0f04a1..8e68b05b13df646404f63692757d9542fc0526a8 100644 (file)
 #define _LINUX_IF_VLAN_H_
 
 #ifdef __KERNEL__
-
-/* externally defined structs */
-struct hlist_node;
-
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>