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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=df6b6a0cf62afeacdeb4c1a35b8fba21fda54399;p=linux-beck.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 cb2e6b480882..8e68b05b13df 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