]> 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)
commit1b9f66182379e7bd48b3416df2b4513040e51271
treefd21f12ff69cb2d7373f0509451902bbbaa22a32
parent3426e3e05080f31c1880c304b8c276212b5b932e
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 1de3bdde3dfd ("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]