[Devel] [PATCH 2/5] Cut off macvlan_port from net_device
Pavel Emelyanov
xemul at openvz.org
Mon Oct 22 05:34:35 PDT 2007
Signed-off-by: Pavel Emelyanov <xemul at openvz.org>
---
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 469e04f..c41a5c4 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -703,8 +703,10 @@ struct net_device
/* bridge stuff */
struct net_bridge_port *br_port;
#endif
+#if defined(CONFIG_MACVLAN) || defined(CONFIG_MACVLAN_MODULE)
/* macvlan */
struct macvlan_port *macvlan_port;
+#endif
/* class/net/name entry */
struct device dev;
--
1.5.3.4
More information about the Devel
mailing list