diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2026-03-14 22:23:04 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-03-14 22:23:04 +0300 |
| commit | 9d9d7b4b153bc44e5d3226f1d0b445fb70320da9 (patch) | |
| tree | cc0b92b98c81a488f0c07f0868754e3b12294dc4 /include | |
| parent | a99f06e579a39be6113d37e84658a20b71c52e5f (diff) | |
| parent | c4399af5e55658e832779b256d8458323011f983 (diff) | |
| download | linux-9d9d7b4b153bc44e5d3226f1d0b445fb70320da9.tar.xz | |
Merge branch 'net-phy-further-decouple-provider-from-consumer-part'
Heiner Kallweit says:
====================
net: phy: further decouple provider from consumer part
This series aims at further decoupling the provider and consumer
part in phylib.
====================
Link: https://patch.msgid.link/9d5724bc-e525-4f8f-b3f8-b16dd5a1164e@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mdio.h | 2 | ||||
| -rw-r--r-- | include/linux/phy.h | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mdio.h b/include/linux/mdio.h index 5d1203b9af20..f4f9d9609448 100644 --- a/include/linux/mdio.h +++ b/include/linux/mdio.h @@ -688,8 +688,6 @@ static inline int mdiodev_c45_write(struct mdio_device *mdiodev, u32 devad, val); } -int mdiobus_register_device(struct mdio_device *mdiodev); -int mdiobus_unregister_device(struct mdio_device *mdiodev); bool mdiobus_is_registered_device(struct mii_bus *bus, int addr); struct phy_device *mdiobus_get_phy(struct mii_bus *bus, int addr); diff --git a/include/linux/phy.h b/include/linux/phy.h index e9b0d7427b0e..5de4b172cd0b 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -2446,9 +2446,6 @@ int __phy_hwtstamp_set(struct phy_device *phydev, struct phy_port *phy_get_sfp_port(struct phy_device *phydev); -extern const struct bus_type mdio_bus_type; -extern const struct class mdio_bus_class; - /** * phy_module_driver() - Helper macro for registering PHY drivers * @__phy_drivers: array of PHY drivers to register |
