From 368b4d2b49bbbf379d9334747fbbd2aaaafe4356 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 4 Aug 2014 08:11:37 +0900 Subject: 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 --- include/netdev.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/netdev.h') diff --git a/include/netdev.h b/include/netdev.h index e45dd7abec..260c8d01b6 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -69,7 +69,6 @@ int ne2k_register(void); int npe_initialize(bd_t *bis); int ns8382x_initialize(bd_t *bis); int pcnet_initialize(bd_t *bis); -int plb2800_eth_initialize(bd_t *bis); int ppc_4xx_eth_initialize (bd_t *bis); int rtl8139_initialize(bd_t *bis); int rtl8169_initialize(bd_t *bis); -- cgit v1.2.3