From 4efe96de7f7a8d88ce0887f8c8917429b65ae41d Mon Sep 17 00:00:00 2001 From: Rene Straub Date: Thu, 8 Feb 2018 12:53:35 +0100 Subject: [PATCH] nrhw20: add mv88e60xx to phy library --- include/phy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/phy.h b/include/phy.h index 268d9a1823..6e434d8c0e 100644 --- a/include/phy.h +++ b/include/phy.h @@ -249,6 +249,7 @@ int gen10g_startup(struct phy_device *phydev); int gen10g_shutdown(struct phy_device *phydev); int gen10g_discover_mmds(struct phy_device *phydev); +int phy_mv88e60xx_init(void); int phy_mv88e61xx_init(void); int phy_aquantia_init(void); int phy_atheros_init(void);