aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt/simplebus.c
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2011-12-30 04:00:31 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2011-12-30 04:00:31 +0000
commit49a522519906317e070b7a08e672172e43f3cacd (patch)
treea22f1f3297609ba8a03df68c08049f5c4ddbb990 /sys/dev/fdt/simplebus.c
parentb9887274c1428a10787a0bb847f7af99c7814dc5 (diff)
downloadsrc-49a522519906317e070b7a08e672172e43f3cacd.tar.gz
src-49a522519906317e070b7a08e672172e43f3cacd.zip
DEBUG is a kernel option. Don't define it here, as it breaks LINT.
Since DEBUG was subsequently undefined, this is just debugging left- over.
Notes
Notes: svn path=/head/; revision=228984
Diffstat (limited to 'sys/dev/fdt/simplebus.c')
-rw-r--r--sys/dev/fdt/simplebus.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/fdt/simplebus.c b/sys/dev/fdt/simplebus.c
index 3fa1dd882089..e6887b48c2ed 100644
--- a/sys/dev/fdt/simplebus.c
+++ b/sys/dev/fdt/simplebus.c
@@ -49,9 +49,6 @@ __FBSDID("$FreeBSD$");
#include "fdt_common.h"
#include "ofw_bus_if.h"
-#define DEBUG
-#undef DEBUG
-
#ifdef DEBUG
#define debugf(fmt, args...) do { printf("%s(): ", __func__); \
printf(fmt,##args); } while (0)