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.
This commit is contained in:
Marcel Moolenaar 2011-12-30 04:00:31 +00:00
parent b9887274c1
commit 49a5225199
3 changed files with 0 additions and 9 deletions

View file

@ -46,9 +46,6 @@ __FBSDID("$FreeBSD$");
#include "ofw_bus_if.h"
#include "pcib_if.h"
#define DEBUG
#undef DEBUG
#ifdef DEBUG
#define debugf(fmt, args...) do { printf("%s(): ", __func__); \
printf(fmt,##args); } while (0)

View file

@ -46,9 +46,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)

View file

@ -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)