]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - net/eth.c
* Code cleanup:
[karo-tx-uboot.git] / net / eth.c
index 5f9c3a6cd94787323da4646a3b8021463ddc6462..468b84cde0787550c39ceeeb545e540e2a09cd39 100644 (file)
--- 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);