diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 56dadb528f67..e009c6fbf5cd 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -740,6 +740,8 @@ struct net_device | |||
740 | struct net_bridge_port *br_port; | 740 | struct net_bridge_port *br_port; |
741 | /* macvlan */ | 741 | /* macvlan */ |
742 | struct macvlan_port *macvlan_port; | 742 | struct macvlan_port *macvlan_port; |
743 | /* GARP */ | ||
744 | struct garp_port *garp_port; | ||
743 | 745 | ||
744 | /* class/net/name entry */ | 746 | /* class/net/name entry */ |
745 | struct device dev; | 747 | struct device dev; |