]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/net/dm9000x.c
net: Conditional COBJS inclusion of network drivers
[karo-tx-uboot.git] / drivers / net / dm9000x.c
index fa95a730c377f91a1b3c0a39a142170d8a29fc17..844fb766d8c08edbbe9e686f6f631f46799be580 100644 (file)
@@ -64,8 +64,6 @@ TODO: Homerun NIC and longrun NIC are not functional, only internal at the
 #include <net.h>
 #include <asm/io.h>
 
-#ifdef CONFIG_DRIVER_DM9000
-
 #include "dm9000x.h"
 
 /* Board/System/Debug information/definition ---------------- */
@@ -760,4 +758,3 @@ phy_write(int reg, u16 value)
        DM9000_iow(DM9000_EPCR, 0x0);   /* Clear phyxcer write command */
        DM9000_DBG("phy_write(reg:0x%x, value:0x%x)\n", reg, value);
 }
-#endif /* CONFIG_DRIVER_DM9000 */