diff options
Diffstat (limited to 'kernel/lockdep.c')
-rw-r--r-- | kernel/lockdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/lockdep.c b/kernel/lockdep.c index 257f21a76c52..47b201ecc6df 100644 --- a/kernel/lockdep.c +++ b/kernel/lockdep.c | |||
@@ -48,7 +48,7 @@ | |||
48 | #include "lockdep_internals.h" | 48 | #include "lockdep_internals.h" |
49 | 49 | ||
50 | #define CREATE_TRACE_POINTS | 50 | #define CREATE_TRACE_POINTS |
51 | #include <trace/lockdep.h> | 51 | #include <trace/events/lockdep.h> |
52 | 52 | ||
53 | #ifdef CONFIG_PROVE_LOCKING | 53 | #ifdef CONFIG_PROVE_LOCKING |
54 | int prove_locking = 1; | 54 | int prove_locking = 1; |