summaryrefslogtreecommitdiffstats
path: root/include/net/dsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/dsa.h')
-rw-r--r--include/net/dsa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h
index ed64c1f3f117..fdbd6082945d 100644
--- a/include/net/dsa.h
+++ b/include/net/dsa.h
@@ -201,6 +201,7 @@ struct dsa_port {
201 u8 stp_state; 201 u8 stp_state;
202 struct net_device *bridge_dev; 202 struct net_device *bridge_dev;
203 struct devlink_port devlink_port; 203 struct devlink_port devlink_port;
204 struct phylink *pl;
204 /* 205 /*
205 * Original copy of the master netdev ethtool_ops 206 * Original copy of the master netdev ethtool_ops
206 */ 207 */