summaryrefslogtreecommitdiff
path: root/include/linux/phy.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/phy.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/phy.h')
-rw-r--r--include/linux/phy.h3
1 files changed, 0 insertions, 3 deletions
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