Merge commit 'wd/master'
[oweals/u-boot.git] / drivers / net / dc2114x.c
index 1d728d8b307bfad4f07e94758b54f922f14b7248..811723904d0f28b640f44585b12b5821dee8549e 100644 (file)
  */
 
 #include <common.h>
-
-#if defined(CONFIG_CMD_NET) \
-       && defined(CONFIG_NET_MULTI) && defined(CONFIG_TULIP)
-
 #include <malloc.h>
 #include <net.h>
 #include <pci.h>
@@ -766,5 +762,3 @@ static void update_srom(struct eth_device *dev, bd_t *bis)
        }
 }
 #endif /* UPDATE_SROM */
-
-#endif