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 <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2014-01-09 09:30:03 -08:00
parent 990cbe500c
commit 66df924b8a

View file

@ -180,7 +180,6 @@ typedef struct {
#else /* DBG */ #else /* DBG */
/****************************************************************************/ /****************************************************************************/
#define DBG_DEFN
#define DBG_PRINT(S...) #define DBG_PRINT(S...)
#define DBG_PARAM(A, N, F, S...) #define DBG_PARAM(A, N, F, S...)
#define DBG_ERROR(A, S...) #define DBG_ERROR(A, S...)