aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/debug_locks.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/debug_locks.h')
-rw-r--r--include/linux/debug_locks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/debug_locks.h b/include/linux/debug_locks.h
index 120225e9a366..257ab3c92cb8 100644
--- a/include/linux/debug_locks.h
+++ b/include/linux/debug_locks.h
@@ -8,8 +8,8 @@
8 8
9struct task_struct; 9struct task_struct;
10 10
11extern int debug_locks; 11extern int debug_locks __read_mostly;
12extern int debug_locks_silent; 12extern int debug_locks_silent __read_mostly;
13 13
14 14
15static inline int __debug_locks_off(void) 15static inline int __debug_locks_off(void)