]> www.infradead.org Git - users/willy/pagecache.git/commit
tools/lib/lockdep: drop leftover liblockdep headers
authorSasha Levin <sashal@kernel.org>
Thu, 9 Dec 2021 16:51:13 +0000 (11:51 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 Dec 2021 17:37:49 +0000 (09:37 -0800)
commit3a49cc22d31eccceb856f468be0646faa2d4643f
treefd21f12ff69cb2d7373f0509451902bbbaa22a32
parent2a987e65025e2b79c6d453b78cb5985ac6e5eb26
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>
tools/include/linux/debug_locks.h [deleted file]
tools/include/linux/hardirq.h [deleted file]
tools/include/linux/irqflags.h [deleted file]
tools/include/linux/lockdep.h [deleted file]
tools/include/linux/proc_fs.h [deleted file]
tools/include/linux/spinlock.h
tools/include/linux/stacktrace.h [deleted file]