diff options
author | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2022-06-21 10:37:35 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-06-23 20:26:41 -0700 |
commit | aa64bc1990b2bf1623986fbe79663ed0e6efc623 (patch) | |
tree | d7858fe9fd57fe605f9c1a83f95eb5dd5f39da4b /drivers/net/dsa/mv88e6xxx/port.h | |
parent | 93817be8b62c7fa1f1bdc3e8c037a73a60026be9 (diff) | |
download | lwn-aa64bc1990b2bf1623986fbe79663ed0e6efc623.tar.gz lwn-aa64bc1990b2bf1623986fbe79663ed0e6efc623.zip |
net: dsa: mv88e6xxx: remove mv88e6065 dead code
Remove mv88e6065_port_set_speed_duplex() - this is never called, and
thus is completely redundant.
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx/port.h')
-rw-r--r-- | drivers/net/dsa/mv88e6xxx/port.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/port.h b/drivers/net/dsa/mv88e6xxx/port.h index e0a705d82019..cb04243f37c1 100644 --- a/drivers/net/dsa/mv88e6xxx/port.h +++ b/drivers/net/dsa/mv88e6xxx/port.h @@ -342,8 +342,6 @@ int mv88e6xxx_port_set_link(struct mv88e6xxx_chip *chip, int port, int link); int mv88e6xxx_port_sync_link(struct mv88e6xxx_chip *chip, int port, unsigned int mode, bool isup); int mv88e6185_port_sync_link(struct mv88e6xxx_chip *chip, int port, unsigned int mode, bool isup); -int mv88e6065_port_set_speed_duplex(struct mv88e6xxx_chip *chip, int port, - int speed, int duplex); int mv88e6185_port_set_speed_duplex(struct mv88e6xxx_chip *chip, int port, int speed, int duplex); int mv88e6250_port_set_speed_duplex(struct mv88e6xxx_chip *chip, int port, |