* Fix CONFIG_NET_MULTI support in include/net.h

* Patches by Kyle Harris, 13 Mar 2003:
  - Add FAT partition support
  - Add command support for FAT
  - Add command support for MMC
  ----
  - Add Intel PXA support for video
  - Add Intel PXA support for MMC
  ----
  - Enable MMC and FAT for lubbock board
  - Other misc changes for lubbock board
diff --git a/net/eth.c b/net/eth.c
index f9863c6..5f9c3a6 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