Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33fef662 authored by Sasha Levin's avatar Sasha Levin Committed by Ingo Molnar
Browse files

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: default avatarSasha 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: default avatarIngo Molnar <mingo@kernel.org>
parent 62b989de
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -5,7 +5,7 @@
#include <stdlib.h>
#include <stdlib.h>
#include <sysexits.h>
#include <sysexits.h>
#include "include/liblockdep/mutex.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
 * struct lock_lookup - liblockdep's view of a single unique lock
+0 −1
Original line number Original line Diff line number Diff line
#include "../../../include/linux/rbtree.h"