summaryrefslogtreecommitdiffstats
path: root/drivers/pcnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pcnet.c')
-rw-r--r--drivers/pcnet.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pcnet.c b/drivers/pcnet.c
index da9ac7f99a..5c11ecbeee 100644
--- a/drivers/pcnet.c
+++ b/drivers/pcnet.c
@@ -29,9 +29,6 @@
#include <asm/io.h>
#include <pci.h>
-#if 0
-#define PCNET_DEBUG_LEVEL 0 /* 0=off, 1=init, 2=rx/tx */
-#endif
#if PCNET_DEBUG_LEVEL > 0
#define PCNET_DEBUG1(fmt,args...) printf (fmt ,##args)