aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/lockdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/lockdep.c')
-rw-r--r--kernel/lockdep.c2
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
54int prove_locking = 1; 54int prove_locking = 1;