aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index ab2774eb49e8..25bd46f52877 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1290,6 +1290,8 @@ struct net_device {
1290 }; 1290 };
1291 /* GARP */ 1291 /* GARP */
1292 struct garp_port __rcu *garp_port; 1292 struct garp_port __rcu *garp_port;
1293 /* MRP */
1294 struct mrp_port __rcu *mrp_port;
1293 1295
1294 /* class/net/name entry */ 1296 /* class/net/name entry */
1295 struct device dev; 1297 struct device dev;