Skip to content

Commit 3a49cc2

Browse files
Sasha Levintorvalds
authored andcommitted
tools/lib/lockdep: drop leftover liblockdep headers
Clean up remaining headers that are specific to liblockdep but lived in the shared header directory. These are all unused after the liblockdep code was removed in commit 7246f4d ("tools/lib/lockdep: drop liblockdep"). Note that there are still headers that were originally created for liblockdep, that still have liblockdep references, but they are used by other tools/ code at this point. Signed-off-by: Sasha Levin <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Peter Zijlstra <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 2a987e6 commit 3a49cc2

File tree

7 files changed

+0
-176
lines changed

7 files changed

+0
-176
lines changed

tools/include/linux/debug_locks.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

tools/include/linux/hardirq.h

Lines changed: 0 additions & 12 deletions
This file was deleted.

tools/include/linux/irqflags.h

Lines changed: 0 additions & 39 deletions
This file was deleted.

tools/include/linux/lockdep.h

Lines changed: 0 additions & 72 deletions
This file was deleted.

tools/include/linux/proc_fs.h

Lines changed: 0 additions & 4 deletions
This file was deleted.

tools/include/linux/spinlock.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,4 @@ static inline bool arch_spin_is_locked(arch_spinlock_t *mutex)
3737
return true;
3838
}
3939

40-
#include <linux/lockdep.h>
41-
4240
#endif

tools/include/linux/stacktrace.h

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)