mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 06:02:59 +00:00
Remove "#define DEBUG" that conflicts with "option DEBUG" in kernel config
This commit is contained in:
parent
2a2c1d424a
commit
7d948458b1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277502
@ -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…
x
Reference in New Issue
Block a user