Unbreak LINT for ARM: DEBUG is a kernel configuration option.

This commit is contained in:
Marcel Moolenaar 2012-05-19 18:16:49 +00:00
parent 6663ff446e
commit db31c8e31f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235656

View file

@ -48,9 +48,6 @@ __FBSDID("$FreeBSD$");
#include <arm/mv/mvwin.h>
#define DEBUG
#undef DEBUG
#ifdef DEBUG
#define debugf(fmt, args...) do { printf("%s(): ", __func__); \
printf(fmt,##args); } while (0)