summaryrefslogtreecommitdiffstats
path: root/drivers/rtl8169.c
diff options
context:
space:
mode:
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 1810850f5b..63ea2cca9b 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
OpenPOWER on IntegriCloud