phy_device_remove (9) Linux Manual Page
phy_device_remove – Remove a previously registered phy device from the MDIO bus
Synopsis
void phy_device_remove(struct phy_device *phydev);
Arguments
phydev
-
- phy_device structure to remove
Description
This doesn’t free the phy_device itself, it merely reverses the effects of phy_device_register. Use phy_device_free to free the device after calling this function.
