diff options
Diffstat (limited to 'drivers/net/dsa/microchip')
-rw-r--r-- | drivers/net/dsa/microchip/ksz_common.c | 2 | ||||
-rw-r--r-- | drivers/net/dsa/microchip/ksz_common.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/dsa/microchip/ksz_common.c b/drivers/net/dsa/microchip/ksz_common.c index d89c97724c35..9328b88849d2 100644 --- a/drivers/net/dsa/microchip/ksz_common.c +++ b/drivers/net/dsa/microchip/ksz_common.c | |||
@@ -380,7 +380,7 @@ int ksz_enable_port(struct dsa_switch *ds, int port, struct phy_device *phy) | |||
380 | } | 380 | } |
381 | EXPORT_SYMBOL_GPL(ksz_enable_port); | 381 | EXPORT_SYMBOL_GPL(ksz_enable_port); |
382 | 382 | ||
383 | void ksz_disable_port(struct dsa_switch *ds, int port, struct phy_device *phy) | 383 | void ksz_disable_port(struct dsa_switch *ds, int port) |
384 | { | 384 | { |
385 | struct ksz_device *dev = ds->priv; | 385 | struct ksz_device *dev = ds->priv; |
386 | 386 | ||
diff --git a/drivers/net/dsa/microchip/ksz_common.h b/drivers/net/dsa/microchip/ksz_common.h index 0d25bc44f453..21cd794e18f1 100644 --- a/drivers/net/dsa/microchip/ksz_common.h +++ b/drivers/net/dsa/microchip/ksz_common.h | |||
@@ -35,7 +35,7 @@ void ksz_port_mdb_add(struct dsa_switch *ds, int port, | |||
35 | int ksz_port_mdb_del(struct dsa_switch *ds, int port, | 35 | int ksz_port_mdb_del(struct dsa_switch *ds, int port, |
36 | const struct switchdev_obj_port_mdb *mdb); | 36 | const struct switchdev_obj_port_mdb *mdb); |
37 | int ksz_enable_port(struct dsa_switch *ds, int port, struct phy_device *phy); | 37 | int ksz_enable_port(struct dsa_switch *ds, int port, struct phy_device *phy); |
38 | void ksz_disable_port(struct dsa_switch *ds, int port, struct phy_device *phy); | 38 | void ksz_disable_port(struct dsa_switch *ds, int port); |
39 | 39 | ||
40 | /* Common register access functions */ | 40 | /* Common register access functions */ |
41 | 41 | ||