summaryrefslogtreecommitdiff
path: root/drivers/rtl8169.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-09 17:39:42 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-09 17:39:42 -0500
commitcb51c0bf88f95a1bca68324b0126f8eed8b43273 (patch)
tree880cc2d5f81365ffa61713de4164cf2e0116377e /drivers/rtl8169.c
parent07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b (diff)
drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'drivers/rtl8169.c')
-rw-r--r--drivers/rtl8169.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtl8169.c b/drivers/rtl8169.c
index 1810850f5bd..63ea2cca9b1 100644
--- a/drivers/rtl8169.c
+++ b/drivers/rtl8169.c
@@ -55,7 +55,7 @@
#include <asm/io.h>
#include <pci.h>
-#if ((CONFIG_COMMANDS & CFG_CMD_NET) || defined(CONFIG_CMD_NET)) && defined(CONFIG_NET_MULTI) && \
+#if defined(CONFIG_CMD_NET) && defined(CONFIG_NET_MULTI) && \
defined(CONFIG_RTL8169)
#undef DEBUG_RTL8169