aboutsummaryrefslogtreecommitdiff
path: root/include/phy.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2023-03-19 18:03:01 +0100
committerMarek Vasut <marek.vasut+renesas@mailbox.org>2023-04-07 14:18:50 +0200
commitf2e0be396e4100df9327d8bdc25a71585375c4c5 (patch)
tree7fca3679c96e700051ec47337c375d9b492761ea /include/phy.h
parent1965f2aa65fb6cc98775dec4ac5498eabcd885d3 (diff)
downloadu-boot-f2e0be396e4100df9327d8bdc25a71585375c4c5.zip
u-boot-f2e0be396e4100df9327d8bdc25a71585375c4c5.tar.gz
u-boot-f2e0be396e4100df9327d8bdc25a71585375c4c5.tar.bz2
net: phy: realtek: 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 'include/phy.h')
-rw-r--r--include/phy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/phy.h b/include/phy.h
index bc42a52..24a880e 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -315,7 +315,6 @@ int gen10g_startup(struct phy_device *phydev);
int gen10g_shutdown(struct phy_device *phydev);
int gen10g_discover_mmds(struct phy_device *phydev);
-int phy_realtek_init(void);
int phy_smsc_init(void);
int phy_teranetics_init(void);
int phy_ti_init(void);