Remove Semihakf-ism. DEBUG is a kernel configuration option. It

should not be defined in source files.
This commit is contained in:
Marcel Moolenaar 2012-05-24 21:09:38 +00:00
parent e845939dc1
commit 5704576a0a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235935

View File

@ -72,9 +72,6 @@ __FBSDID("$FreeBSD$");
#define I2C_BAUD_RATE_DEF 0x3F
#define I2C_DFSSR_DIV 0x10
#define DEBUG
#undef DEBUG
#ifdef DEBUG
#define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt,##args); } while (0)
#else