1
0
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:
Oleksandr Tymoshenko 2015-01-21 19:23:46 +00:00
parent 2a2c1d424a
commit 7d948458b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277502
2 changed files with 0 additions and 2 deletions

View File

@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$");
#include "mbox_if.h"
#define DEBUG
#ifdef DEBUG
#define DPRINTF(fmt, ...) do { \
printf("%s: ", __func__); \

View File

@ -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__); \