net: phy: Remove fallback to old C45 method
authorAndrew Lunn <andrew@lunn.ch>
Thu, 19 Jan 2023 13:06:57 +0000 (14:06 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 21 Jan 2023 02:12:45 +0000 (18:12 -0800)
commitdb1a63aed89cec0c9a0674a1a09b7614f4a3ffc2
treed2c1650f9eb37a647c0475127a0d74818c1543e2
parentbc170f96c00b00b8865c223ff3f650f689817fe0
net: phy: Remove fallback to old C45 method

Now that all MDIO bus drivers which support C45 implement the c45
specific ops, remove the fallback to the old method.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/mdio_bus.c