diff options
author | Sasha Levin <sasha.levin@oracle.com> | 2015-08-25 05:19:45 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-08-25 07:44:23 (GMT) |
commit | 33fef662d20a8a98bafa6b2430b845def30f616a (patch) | |
tree | bc1a9983b71cac497a948d5419dc5686e9b2f521 /tools/lib/lockdep/uinclude | |
parent | 62b989de598c486df65a14dfd9bb4a9953c75568 (diff) | |
download | linux-33fef662d20a8a98bafa6b2430b845def30f616a.tar.xz |
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>
Diffstat (limited to 'tools/lib/lockdep/uinclude')
-rw-r--r-- | tools/lib/lockdep/uinclude/linux/rbtree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/lockdep/uinclude/linux/rbtree.h b/tools/lib/lockdep/uinclude/linux/rbtree.h deleted file mode 100644 index 965901d..0000000 --- a/tools/lib/lockdep/uinclude/linux/rbtree.h +++ /dev/null @@ -1 +0,0 @@ -#include "../../../include/linux/rbtree.h" |