Remove "#define DEBUG" that conflicts with "option DEBUG" in kernel config
This commit is contained in:
parent
2a2c1d424a
commit
7d948458b1
@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include "mbox_if.h"
|
||||
|
||||
#define DEBUG
|
||||
#ifdef DEBUG
|
||||
#define DPRINTF(fmt, ...) do { \
|
||||
printf("%s: ", __func__); \
|
||||
|
@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include <arm/ti/ti_prcm.h>
|
||||
#include <arm/ti/ti_pruss.h>
|
||||
|
||||
#define DEBUG
|
||||
#ifdef DEBUG
|
||||
#define DPRINTF(fmt, ...) do { \
|
||||
printf("%s: ", __func__); \
|
||||
|
Loading…
Reference in New Issue
Block a user