aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/lockdep/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/lockdep/common.c')
-rw-r--r--tools/lib/lockdep/common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/lib/lockdep/common.c b/tools/lib/lockdep/common.c
index 9be663340f0a..d1c89cc06f5f 100644
--- a/tools/lib/lockdep/common.c
+++ b/tools/lib/lockdep/common.c
@@ -11,11 +11,6 @@ static __thread struct task_struct current_obj;
11bool debug_locks = true; 11bool debug_locks = true;
12bool debug_locks_silent; 12bool debug_locks_silent;
13 13
14__attribute__((constructor)) static void liblockdep_init(void)
15{
16 lockdep_init();
17}
18
19__attribute__((destructor)) static void liblockdep_exit(void) 14__attribute__((destructor)) static void liblockdep_exit(void)
20{ 15{
21 debug_check_no_locks_held(); 16 debug_check_no_locks_held();