mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
b9887274c1
commit
49a5225199
3 changed files with 0 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue