diff options
author | Sasha Levin <sashal@kernel.org> | 2021-12-09 19:51:13 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-12-09 20:37:49 +0300 |
commit | 3a49cc22d31eccceb856f468be0646faa2d4643f (patch) | |
tree | fd21f12ff69cb2d7373f0509451902bbbaa22a32 /tools/include/linux/spinlock.h | |
parent | 2a987e65025e2b79c6d453b78cb5985ac6e5eb26 (diff) | |
download | linux-3a49cc22d31eccceb856f468be0646faa2d4643f.tar.xz |
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 7246f4dcaccc ("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>
Diffstat (limited to 'tools/include/linux/spinlock.h')
-rw-r--r-- | tools/include/linux/spinlock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/include/linux/spinlock.h b/tools/include/linux/spinlock.h index c934572d935c..622266b197d0 100644 --- a/tools/include/linux/spinlock.h +++ b/tools/include/linux/spinlock.h @@ -37,6 +37,4 @@ static inline bool arch_spin_is_locked(arch_spinlock_t *mutex) return true; } -#include <linux/lockdep.h> - #endif |