summaryrefslogtreecommitdiff
path: root/include/linux/mdio.h
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2026-03-14 22:23:04 +0300
committerJakub Kicinski <kuba@kernel.org>2026-03-14 22:23:04 +0300
commit9d9d7b4b153bc44e5d3226f1d0b445fb70320da9 (patch)
treecc0b92b98c81a488f0c07f0868754e3b12294dc4 /include/linux/mdio.h
parenta99f06e579a39be6113d37e84658a20b71c52e5f (diff)
parentc4399af5e55658e832779b256d8458323011f983 (diff)
downloadlinux-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/linux/mdio.h')
-rw-r--r--include/linux/mdio.h2
1 files changed, 0 insertions, 2 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);