diff options
-rw-r--r-- | kernel/lockdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kernel/lockdep.c b/kernel/lockdep.c index 77fa791f6f31..c4ffd3c1dec4 100644 --- a/kernel/lockdep.c +++ b/kernel/lockdep.c | |||
@@ -145,9 +145,7 @@ EXPORT_SYMBOL(lockdep_on); | |||
145 | */ | 145 | */ |
146 | 146 | ||
147 | #define VERBOSE 0 | 147 | #define VERBOSE 0 |
148 | #ifdef VERBOSE | 148 | #define VERY_VERBOSE 0 |
149 | # define VERY_VERBOSE 0 | ||
150 | #endif | ||
151 | 149 | ||
152 | #if VERBOSE | 150 | #if VERBOSE |
153 | # define HARDIRQ_VERBOSE 1 | 151 | # define HARDIRQ_VERBOSE 1 |