diff options
Diffstat (limited to 'net/dsa/dsa.c')
-rw-r--r-- | net/dsa/dsa.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/dsa/dsa.c b/net/dsa/dsa.c index 402459e73f33..fdc448b30e56 100644 --- a/net/dsa/dsa.c +++ b/net/dsa/dsa.c | |||
@@ -112,8 +112,9 @@ const struct dsa_device_ops *dsa_resolve_tag_protocol(int tag_protocol) | |||
112 | return ops; | 112 | return ops; |
113 | } | 113 | } |
114 | 114 | ||
115 | int dsa_cpu_port_ethtool_setup(struct dsa_switch *ds) | 115 | int dsa_cpu_port_ethtool_setup(struct dsa_port *cpu_dp) |
116 | { | 116 | { |
117 | struct dsa_switch *ds = cpu_dp->ds; | ||
117 | struct net_device *master; | 118 | struct net_device *master; |
118 | struct ethtool_ops *cpu_ops; | 119 | struct ethtool_ops *cpu_ops; |
119 | 120 | ||
@@ -136,8 +137,9 @@ int dsa_cpu_port_ethtool_setup(struct dsa_switch *ds) | |||
136 | return 0; | 137 | return 0; |
137 | } | 138 | } |
138 | 139 | ||
139 | void dsa_cpu_port_ethtool_restore(struct dsa_switch *ds) | 140 | void dsa_cpu_port_ethtool_restore(struct dsa_port *cpu_dp) |
140 | { | 141 | { |
142 | struct dsa_switch *ds = cpu_dp->ds; | ||
141 | struct net_device *master; | 143 | struct net_device *master; |
142 | 144 | ||
143 | master = ds->dst->master_netdev; | 145 | master = ds->dst->master_netdev; |