From: Patrick McHardy Date: Mon, 21 Jan 2008 08:18:26 +0000 (-0800) Subject: [VLAN]: Remove unnecessary structure declarations X-Git-Tag: v2.6.25-rc1~1162^2~250 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=476bcea67f9a1ca6f2c0028e75fb2129272c8398;p=linux-2.6-omap-h63xx.git [VLAN]: Remove unnecessary structure declarations - struct packet_type is not used - struct vlan_group is declared later in the file before the first use - struct net_device is not needed since netdevice.h is included - struct vlan_collection does not exist - struct vlan_dev_info is declared later in the file before the first use 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 4562105fdb2..a26805198b1 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h @@ -16,11 +16,6 @@ #ifdef __KERNEL__ /* externally defined structs */ -struct vlan_group; -struct net_device; -struct packet_type; -struct vlan_collection; -struct vlan_dev_info; struct hlist_node; #include