diff options
| author | Marek Vasut <[email protected]> | 2025-03-02 02:24:52 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-03-11 23:06:18 +0100 |
| commit | 33ccfae85372285690d8bd8256d994d7cb917cbf (patch) | |
| tree | 9351f8384fd4986cc0709e5f338268f342681ef1 /include | |
| parent | 256306593ecdde5fe01ecc5108d564e76ea8ba65 (diff) | |
net: miiphybb: Drop mdio_init()
Inline mdio_init() back into mdio_alloc(), separate
access to mdio_init() is no longer necessary.
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Paul Barker <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/miiphy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/miiphy.h b/include/miiphy.h index dc8ae0caca6..00d0b9b6a43 100644 --- a/include/miiphy.h +++ b/include/miiphy.h @@ -42,7 +42,6 @@ struct phy_device *mdio_phydev_for_ethname(const char *devname); void miiphy_listdev(void); -void mdio_init(struct mii_dev *bus); struct mii_dev *mdio_alloc(void); void mdio_free(struct mii_dev *bus); int mdio_register(struct mii_dev *bus); |
