Skip to content

Commit

Permalink
tools/lib/lockdep: drop leftover liblockdep headers
Browse files Browse the repository at this point in the history
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 <sashal@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Sasha Levin authored and Linus Torvalds committed Dec 9, 2021
1 parent 2a987e6 commit 3a49cc2
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 176 deletions.
14 changes: 0 additions & 14 deletions tools/include/linux/debug_locks.h

This file was deleted.

12 changes: 0 additions & 12 deletions tools/include/linux/hardirq.h

This file was deleted.

39 changes: 0 additions & 39 deletions tools/include/linux/irqflags.h

This file was deleted.

72 changes: 0 additions & 72 deletions tools/include/linux/lockdep.h

This file was deleted.

4 changes: 0 additions & 4 deletions tools/include/linux/proc_fs.h

This file was deleted.

2 changes: 0 additions & 2 deletions tools/include/linux/spinlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ static inline bool arch_spin_is_locked(arch_spinlock_t *mutex)
return true;
}

#include <linux/lockdep.h>

#endif
33 changes: 0 additions & 33 deletions tools/include/linux/stacktrace.h

This file was deleted.

0 comments on commit 3a49cc2

Please sign in to comment.