From cc94074ecac1885d18ddb683eb934b3c0268aa5b Mon Sep 17 00:00:00 2001 From: Ben Warren Date: Fri, 5 Sep 2008 01:55:22 -0400 Subject: Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init() Also, removed the driver initialization from net/eth.c Signed-off-by: Ben Warren --- include/netdev.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/netdev.h') diff --git a/include/netdev.h b/include/netdev.h index 87d578c27..373998011 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -55,6 +55,7 @@ int mcffec_initialize(bd_t *bis); int mpc512x_fec_initialize(bd_t *bis); int mpc5xxx_fec_initialize(bd_t *bis); int natsemi_initialize(bd_t *bis); +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); -- cgit v1.2.3