aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2023-03-19 18:02:54 +0100
committerMarek Vasut <marek.vasut+renesas@mailbox.org>2023-04-07 14:18:49 +0200
commit9010be953e35d193c3948b221327d07eed9b6ae5 (patch)
treeec763569b4b1a4a4c6d68bed4c01d3d1d2ad567a /drivers/net/phy/phy.c
parentf10c8938156ad5efa7da796ce76d6d9b5cd31606 (diff)
downloadu-boot-9010be953e35d193c3948b221327d07eed9b6ae5.zip
u-boot-9010be953e35d193c3948b221327d07eed9b6ae5.tar.gz
u-boot-9010be953e35d193c3948b221327d07eed9b6ae5.tar.bz2
net: phy: marvell: Convert to U_BOOT_PHY_DRIVER()
Convert PHY driver to U_BOOT_PHY_DRIVER() macro and drop phy_register() init call. Converted using sed "s@^static struct phy_driver \(.*\)_driver = \+{@U_BOOT_PHY_DRIVER(\L\1) = {" Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Acked-by: Michal Simek <michal.simek@amd.com> Tested-by: Michal Simek <michal.simek@amd.com> #microblaze (MANUAL_RELOC)
Diffstat (limited to 'drivers/net/phy/phy.c')
-rw-r--r--drivers/net/phy/phy.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c
index e2e3177..efc7580 100644
--- a/drivers/net/phy/phy.c
+++ b/drivers/net/phy/phy.c
@@ -514,9 +514,6 @@ int phy_init(void)
phy_drv_reloc(drv);
#endif
-#ifdef CONFIG_PHY_MARVELL
- phy_marvell_init();
-#endif
#ifdef CONFIG_PHY_MICREL_KSZ8XXX
phy_micrel_ksz8xxx_init();
#endif