summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-08-04 08:11:37 +0900
committerTom Rini <trini@ti.com>2014-08-21 12:01:11 -0400
commit368b4d2b49bbbf379d9334747fbbd2aaaafe4356 (patch)
treededcb126c404a60db9fb271c05a43762edda0052 /drivers/net/phy/phy.c
parent31e2141d5ad76b55e4e34ee7241adc1c3d9ef099 (diff)
downloadu-boot-imx-368b4d2b49bbbf379d9334747fbbd2aaaafe4356.zip
u-boot-imx-368b4d2b49bbbf379d9334747fbbd2aaaafe4356.tar.gz
u-boot-imx-368b4d2b49bbbf379d9334747fbbd2aaaafe4356.tar.bz2
drivers: net: remove dead drivers
The following configs are not defined at all: - CONFIG_INCA_IP_SWITCH - CONFIG_PBL2800_ETHER - CONFIG_PHY_ICPLUS Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'drivers/net/phy/phy.c')
-rw-r--r--drivers/net/phy/phy.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c
index aac85c4..1d6c14f 100644
--- a/drivers/net/phy/phy.c
+++ b/drivers/net/phy/phy.c
@@ -454,9 +454,6 @@ int phy_init(void)
#ifdef CONFIG_PHY_ET1011C
phy_et1011c_init();
#endif
-#ifdef CONFIG_PHY_ICPLUS
- phy_icplus_init();
-#endif
#ifdef CONFIG_PHY_LXT
phy_lxt_init();
#endif