summaryrefslogtreecommitdiffstats
path: root/sys/arm/lpc/if_lpe.c
diff options
context:
space:
mode:
authorloos <loos@FreeBSD.org>2013-10-25 18:38:44 +0000
committerloos <loos@FreeBSD.org>2013-10-25 18:38:44 +0000
commitb13dfd59194f51088033cebbf77b36fc4d58626f (patch)
tree566848be3d05eb3589b2497b4542851aa0928ea0 /sys/arm/lpc/if_lpe.c
parentf3c69bb1dcab7727ebc2c47ed1f5dd52e1301c00 (diff)
downloadFreeBSD-src-b13dfd59194f51088033cebbf77b36fc4d58626f.zip
FreeBSD-src-b13dfd59194f51088033cebbf77b36fc4d58626f.tar.gz
Remove all the instances of '#undef DEBUG' from kernel.
Suggested by: rpaulo Approved by: adrian (mentor)
Diffstat (limited to 'sys/arm/lpc/if_lpe.c')
-rw-r--r--sys/arm/lpc/if_lpe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arm/lpc/if_lpe.c b/sys/arm/lpc/if_lpe.c
index 025aa72..6272907 100644
--- a/sys/arm/lpc/if_lpe.c
+++ b/sys/arm/lpc/if_lpe.c
@@ -64,9 +64,6 @@ __FBSDID("$FreeBSD$");
#include "miibus_if.h"
-#define DEBUG
-#undef DEBUG
-
#ifdef DEBUG
#define debugf(fmt, args...) do { printf("%s(): ", __func__); \
printf(fmt,##args); } while (0)
OpenPOWER on IntegriCloud