dsa: Remove phydev parameter from disable_port call
No current DSA driver makes use of the phydev parameter passed to the disable_port call. Remove it. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
0f3b1cf23f
commit
75104db0cb
@@ -1013,8 +1013,7 @@ static int vsc73xx_port_enable(struct dsa_switch *ds, int port,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void vsc73xx_port_disable(struct dsa_switch *ds, int port,
|
||||
struct phy_device *phy)
|
||||
static void vsc73xx_port_disable(struct dsa_switch *ds, int port)
|
||||
{
|
||||
struct vsc73xx *vsc = ds->priv;
|
||||
|
||||
|
Reference in New Issue
Block a user