Skip to content

Commit

Permalink
tools/liblockdep: Use the rbtree header provided by common tools headers
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
sashalevin authored and Ingo Molnar committed Aug 25, 2015
1 parent 62b989d commit 33fef66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tools/lib/lockdep/preload.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <stdlib.h>
#include <sysexits.h>
#include "include/liblockdep/mutex.h"
#include "../../../include/linux/rbtree.h"
#include "../../include/linux/rbtree.h"

/**
* struct lock_lookup - liblockdep's view of a single unique lock
Expand Down
1 change: 0 additions & 1 deletion tools/lib/lockdep/uinclude/linux/rbtree.h

This file was deleted.

0 comments on commit 33fef66

Please sign in to comment.