summaryrefslogtreecommitdiffstats
path: root/drivers/net/ks8695eth.c
diff options
context:
space:
mode:
authorShinya Kuribayashi <skuribay@ruby.dti.ne.jp>2008-06-09 23:37:44 +0900
committerBen Warren <biggerbadderben@gmail.com>2008-06-09 23:21:05 -0700
commit3b904ccb93c3196727e2e9870cb1df903cab19ad (patch)
treecdba708c7c336b6a20c22a392a7160e21cd538e4 /drivers/net/ks8695eth.c
parente44f3ea4e801d37ef293284cb57b9637382f211a (diff)
downloadtalos-obmc-uboot-3b904ccb93c3196727e2e9870cb1df903cab19ad.tar.gz
talos-obmc-uboot-3b904ccb93c3196727e2e9870cb1df903cab19ad.zip
net: Conditional COBJS inclusion of network drivers
Replace COBJS-y with appropriate driver config names. Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'drivers/net/ks8695eth.c')
-rw-r--r--drivers/net/ks8695eth.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/ks8695eth.c b/drivers/net/ks8695eth.c
index b598dd7f23..7f3e0c2e49 100644
--- a/drivers/net/ks8695eth.c
+++ b/drivers/net/ks8695eth.c
@@ -21,8 +21,6 @@
/****************************************************************************/
#include <common.h>
-
-#ifdef CONFIG_DRIVER_KS8695ETH
#include <malloc.h>
#include <net.h>
#include <asm/io.h>
@@ -234,5 +232,3 @@ int eth_send(volatile void *packet, int len)
return len;
}
-
-#endif /* CONFIG_DRIVER_KS8695ETH */
OpenPOWER on IntegriCloud