]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/net/eepro100.c
net: Conditional COBJS inclusion of network drivers
[karo-tx-uboot.git] / drivers / net / eepro100.c
index 96ed2710c21419286ed0ae02ac6db893b8a23442..9de0fb5e46c2c46969d017a05b7bb1b9a9382125 100644 (file)
@@ -30,9 +30,6 @@
 
 #undef DEBUG
 
-#if defined(CONFIG_CMD_NET) \
-       && defined(CONFIG_NET_MULTI) && defined(CONFIG_EEPRO100)
-
        /* Ethernet chip registers.
         */
 #define SCBStatus              0       /* Rx/Command Unit Status *Word* */
@@ -944,5 +941,3 @@ static void read_hw_addr (struct eth_device *dev, bd_t * bis)
 #endif
        }
 }
-
-#endif