From: Patrick McHardy Date: Tue, 8 Jul 2008 10:24:14 +0000 (-0700) Subject: vlan: remove useless struct hlist_node declaration from if_vlan.h X-Git-Tag: v2.6.27-rc1~969^2~189 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=df6b6a0cf62afeacdeb4c1a35b8fba21fda54399;p=linux-2.6-omap-h63xx.git vlan: remove useless struct hlist_node declaration from if_vlan.h Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index cb2e6b48088..8e68b05b13d 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h @@ -14,10 +14,6 @@ #define _LINUX_IF_VLAN_H_ #ifdef __KERNEL__ - -/* externally defined structs */ -struct hlist_node; - #include #include