]> git.baikalelectronics.ru Git - kernel.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)
commitd9c39820f298d7ea39d4974c4a12f06a999d04fe
treefd21f12ff69cb2d7373f0509451902bbbaa22a32
parent2c42efe0a423bff89dc445a6f11e5fb9e060c33f
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 5c3db704887d ("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]