]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tools/liblockdep: Use the rbtree header provided by common tools headers
authorSasha Levin <sasha.levin@oracle.com>
Tue, 25 Aug 2015 05:19:45 +0000 (01:19 -0400)
committerIngo Molnar <mingo@kernel.org>
Tue, 25 Aug 2015 07:44:23 +0000 (09:44 +0200)
commit33fef662d20a8a98bafa6b2430b845def30f616a
treebc1a9983b71cac497a948d5419dc5686e9b2f521
parent62b989de598c486df65a14dfd9bb4a9953c75568
tools/liblockdep: Use the rbtree header provided by common tools headers

Recent changes to rbtree.h may break compilation. There is no
reason to use a liblockdep specific header to begin with, so
we'll use the one shared with all other tools/.

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1440479985-6696-3-git-send-email-sasha.levin@oracle.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
tools/lib/lockdep/preload.c
tools/lib/lockdep/uinclude/linux/rbtree.h [deleted file]