]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/phy/phy.c
update to 2015.04-rc1
[karo-tx-uboot.git] / drivers / net / phy / phy.c
index a8ef661b3edb2ce897f8d6b91fd8a65fa3c37548..d35e35f7eddf601d58980557b14bd1df65de982d 100644 (file)
@@ -467,6 +467,9 @@ static LIST_HEAD(phy_drivers);
 
 int phy_init(void)
 {
+#ifdef CONFIG_PHY_AQUANTIA
+       phy_aquantia_init();
+#endif
 #ifdef CONFIG_PHY_ATHEROS
        phy_atheros_init();
 #endif