vlan 06/07: remove useless struct hlist_node declaration from if_vlan.h

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <davem@...>
Cc: <netdev@...>, Patrick McHardy <kaber@...>
Date: Monday, July 7, 2008 - 8:36 am

vlan: remove useless struct hlist_node declaration from if_vlan.h

Signed-off-by: Patrick McHardy <kaber@trash.net>

---
commit daeb32dc9028e7929568becc899169cd8ff3e6ad
tree b5fccfbfefbc2c0b5221e2774fa7ea8f84579b8f
parent b060b0baf74457b1a9e05e7b264be91a753477ee
author Patrick McHardy <kaber@trash.net> Mon, 07 Jul 2008 14:26:45 +0200
committer Patrick McHardy <kaber@trash.net> Mon, 07 Jul 2008 14:26:45 +0200

 include/linux/if_vlan.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h
index cb2e6b4..8e68b05 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 <linux/netdevice.h>
 #include <linux/etherdevice.h>
 
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
vlan 00/07: VLAN update part 1, Patrick McHardy, (Mon Jul 7, 8:35 am)
Re: vlan 00/07: VLAN update part 1, David Miller, (Tue Jul 8, 6:44 am)
vlan 07/07: TCI related type and naming cleanups, Patrick McHardy, (Mon Jul 7, 8:36 am)
vlan 05/07: move struct vlan_dev_info to private header, Patrick McHardy, (Mon Jul 7, 8:36 am)
vlan 06/07: remove useless struct hlist_node declaration fro..., Patrick McHardy, (Mon Jul 7, 8:36 am)
vlan 04/07: uninline __vlan_hwaccel_rx, Patrick McHardy, (Mon Jul 7, 8:36 am)
vlan 03/07: Add ethtool support, Patrick McHardy, (Mon Jul 7, 8:36 am)
Re: vlan 03/07: Add ethtool support, Ben Hutchings, (Mon Jul 7, 12:52 pm)
Re: vlan 03/07: Add ethtool support, Patrick McHardy, (Mon Jul 7, 12:59 pm)
Re: vlan 03/07: Add ethtool support, Ben Hutchings, (Mon Jul 7, 1:21 pm)
Re: vlan 03/07: Add ethtool support, Patrick McHardy, (Mon Jul 7, 1:47 pm)
Re: vlan 03/07: Add ethtool support, Ben Hutchings, (Tue Jul 8, 9:54 am)
Re: vlan 03/07: Add ethtool support, Patrick McHardy, (Tue Jul 8, 10:01 am)
vlan 02/07: Use is_vlan_dev(), Patrick McHardy, (Mon Jul 7, 8:36 am)
vlan 01/07: fix network_header/mac_header adjustments, Patrick McHardy, (Mon Jul 7, 8:35 am)