diff options
| author | Heiner Kallweit <hkallweit1@gmail.com> | 2025-09-27 22:52:30 +0300 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2025-09-30 14:17:16 +0300 |
| commit | e211c463b748c4e2e8364c10bc216ca775fcc943 (patch) | |
| tree | b37f6d123dc3427055a6943ad4b5207d31df7d5d /include/linux/phy.h | |
| parent | a1b501a8c6a87c9265fd03bd004035199e2e8128 (diff) | |
| download | linux-e211c463b748c4e2e8364c10bc216ca775fcc943.tar.xz | |
net: phy: stop exporting phy_driver_unregister
After 42e2a9e11a1d ("net: phy: dp83640: improve phydev and driver
removal handling") we can stop exporting also phy_driver_unregister().
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://patch.msgid.link/2bab950e-4b70-4030-b997-03f48379586f@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include/linux/phy.h')
| -rw-r--r-- | include/linux/phy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index b377dfaa6801..7a54a8b4d277 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -2030,7 +2030,6 @@ static inline int phy_read_status(struct phy_device *phydev) return genphy_read_status(phydev); } -void phy_driver_unregister(struct phy_driver *drv); void phy_drivers_unregister(struct phy_driver *drv, int n); int phy_drivers_register(struct phy_driver *new_driver, int n, struct module *owner); |
