diff options
author | Marek Vasut | 2023-09-06 23:30:09 +0200 |
---|---|---|
committer | Tom Rini | 2023-09-14 10:42:25 -0400 |
commit | 09c8b8de021781103bad3e90c0bffc47d84af99e (patch) | |
tree | 7d5a0e9955e7e906ee0e2d63a7af98870373283b /include | |
parent | 3903d695b482e8958ec78c9acb87b85a6ba69e2b (diff) |
net: phy: Remove unused NEEDS_MANUAL_RELOC code bits
The last user of the NEEDS_MANUAL_RELOC has been removed in commit
26af162ac8f8 ("arch: m68k: Implement relocation")
Remove now unused NEEDS_MANUAL_RELOC code.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/phy.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/phy.h b/include/phy.h index f023a3c2685..27effdb5763 100644 --- a/include/phy.h +++ b/include/phy.h @@ -172,14 +172,6 @@ struct fixed_link { }; /** - * phy_init() - Initializes the PHY drivers - * This function registers all available PHY drivers - * - * @return: 0 if OK, -ve on error - */ -int phy_init(void); - -/** * phy_reset() - Resets the specified PHY * Issues a reset of the PHY and waits for it to complete * |