summaryrefslogtreecommitdiffstats
path: root/drivers/rtl8139.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-10 11:13:21 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-10 11:13:21 -0500
commitddb5d86f0215bcb6c293510c50eb050e92883b7a (patch)
treec1b8bcfa43d6161683554bfa646610bc8df94721 /drivers/rtl8139.c
parentf40a7f3e3888b42a43674b099e5470022c8c544c (diff)
downloadblackbird-obmc-uboot-ddb5d86f0215bcb6c293510c50eb050e92883b7a.tar.gz
blackbird-obmc-uboot-ddb5d86f0215bcb6c293510c50eb050e92883b7a.zip
drivers/: Remove lingering references to CFG_CMD_* symbols.
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. Those always evaluated TRUE, and thus were always compiled even when IDE really wasn't defined/wanted. Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'drivers/rtl8139.c')
-rw-r--r--drivers/rtl8139.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtl8139.c b/drivers/rtl8139.c
index 4954cd0f7d..9045523a31 100644
--- a/drivers/rtl8139.c
+++ b/drivers/rtl8139.c
@@ -535,4 +535,4 @@ static void rtl_disable(struct eth_device *dev)
udelay (100); /* wait 100us */
}
}
-#endif /* CFG_CMD_NET && CONFIG_NET_MULTI && CONFIG_RTL8139 */
+#endif
OpenPOWER on IntegriCloud