]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/ns9750_eth.c
net: Conditional COBJS inclusion of network drivers
[u-boot] / drivers / net / ns9750_eth.c
index 067ff8efabe227ede618ff91a7620dd69aa38182..0559710ccf62d570ee2e08eb9531ef3210eb71b8 100644 (file)
@@ -37,8 +37,6 @@
 
 #include "ns9750_eth.h"                /* for Ethernet and PHY */
 
-#ifdef CONFIG_DRIVER_NS9750_ETHERNET
-
 /* some definition to make transistion to linux easier */
 
 #define NS9750_DRIVER_NAME     "eth"
@@ -793,5 +791,3 @@ static unsigned int ns9750_mii_poll_busy (void)
 
        return unTimeout;
 }
-
-#endif /* CONFIG_DRIVER_NS9750_ETHERNET */