diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-09 09:30:03 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-09 09:30:03 -0800 |
commit | 66df924b8ab5f4a86a4db3e5cbcf2527dcd15eff (patch) | |
tree | 5d4844f7be026ed7f77c55698cf8322ece0b4e5d | |
parent | 990cbe500c86e0451b179c11be507d998eb59fcc (diff) | |
download | linux-66df924b8ab5f4a86a4db3e5cbcf2527dcd15eff.tar.bz2 |
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>
-rw-r--r-- | drivers/staging/wlags49_h2/debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
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...) |