浏览代码

- Fix compile bug (PPC4xx).

stroese 22 年之前
父节点
当前提交
e58dc13283
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/eth.c

+ 1 - 1
net/eth.c

@@ -99,7 +99,7 @@ int eth_initialize(bd_t *bis)
 	eth_devices = NULL;
 	eth_devices = NULL;
 	eth_current = NULL;
 	eth_current = NULL;
 
 
-#if (defined(CONFIG_405GP) || defined(CONFIG_440)|| defined(CONFIG_405EP)
+#if (defined(CONFIG_405GP) || defined(CONFIG_440)|| defined(CONFIG_405EP))
         ppc_4xx_eth_initialize(bis);
         ppc_4xx_eth_initialize(bis);
 #endif
 #endif
 #ifdef CONFIG_INCA_IP_SWITCH
 #ifdef CONFIG_INCA_IP_SWITCH