[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1320512055-1231037-3-git-send-email-equinox@diac24.net>
Date: Sat, 5 Nov 2011 17:54:15 +0100
From: David Lamparter <equinox@...c24.net>
To: netdev <netdev@...r.kernel.org>
Cc: David Lamparter <equinox@...c24.net>,
Patrick McHardy <kaber@...sh.net>
Subject: [PATCH 2/2] net: vlan: remove unused struct vlan_group->hlist
"hlist" in struct vlan_group has no reference in the entire kernel code.
just remove it.
Signed-off-by: David Lamparter <equinox@...c24.net>
Cc: Patrick McHardy <kaber@...sh.net>
---
include/linux/if_vlan.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h
index 522b464..bb604bf 100644
--- a/include/linux/if_vlan.h
+++ b/include/linux/if_vlan.h
@@ -96,7 +96,6 @@ struct vlan_group {
* the vlan is attached to.
*/
unsigned int nr_vlans;
- struct hlist_node hlist; /* linked list */
struct net_device **vlan_devices_arrays[VLAN_N_PROTOCOL]
[VLAN_GROUP_ARRAY_SPLIT_PARTS];
struct rcu_head rcu;
--
1.7.7
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists