diff options
Diffstat (limited to 'include/phy.h')
-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 f023a3c268..27effdb576 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 * |