commit | 3e9906483b7bcb507abc094f3d87a13652248ff3 | [log] [tgz] |
---|---|---|
author | stroese <stroese> | Fri Jun 06 09:43:42 2003 +0000 |
committer | stroese <stroese> | Fri Jun 06 09:43:42 2003 +0000 |
tree | ab7583b17ee0021929ba0d32fa793635285e3204 | |
parent | 7793444b459b63294c3b33f54bfc8ec3a1ee21d7 [diff] |
- Fix compile bug (PPC4xx).
diff --git a/net/eth.c b/net/eth.c index 7faa1f6..f9863c6 100644 --- a/net/eth.c +++ b/net/eth.c
@@ -99,7 +99,7 @@ eth_devices = 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); #endif #ifdef CONFIG_INCA_IP_SWITCH