summaryrefslogtreecommitdiffstats
path: root/net/eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/eth.c')
-rw-r--r--net/eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/eth.c b/net/eth.c
index 5f9c3a6cd9..468b84cde0 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -100,7 +100,7 @@ int eth_initialize(bd_t *bis)
eth_current = NULL;
#if defined(CONFIG_405GP) || defined(CONFIG_440) || defined(CONFIG_405EP)
- ppc_4xx_eth_initialize(bis);
+ ppc_4xx_eth_initialize(bis);
#endif
#ifdef CONFIG_INCA_IP_SWITCH
inca_switch_initialize(bis);
OpenPOWER on IntegriCloud