From: Greg Kroah-Hartman Date: Thu, 9 Jan 2014 17:30:03 +0000 (-0800) Subject: staging: wlags49_h2: remove DBG_DEFN() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=66df924b8ab5f4a86a4db3e5cbcf2527dcd15eff;p=deliverable%2Flinux.git staging: wlags49_h2: remove DBG_DEFN() It didn't do anything, and no one called it, so remove it. Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wlags49_h2/debug.h b/drivers/staging/wlags49_h2/debug.h index e484065cc955..792a1f76f4ef 100644 --- a/drivers/staging/wlags49_h2/debug.h +++ b/drivers/staging/wlags49_h2/debug.h @@ -180,7 +180,6 @@ typedef struct { #else /* DBG */ /****************************************************************************/ -#define DBG_DEFN #define DBG_PRINT(S...) #define DBG_PARAM(A, N, F, S...) #define DBG_ERROR(A, S...)