[PATCH v6 2/10] rbtree.h: include kconfig.h

From: Daniel Santos
Date: Fri Sep 28 2012 - 19:41:51 EST


We shouldn't depend upon kernel.h including this for us. However, this
also fixes some issues with compiling in userland (coming later).

Signed-off-by: Daniel Santos <daniel.santos@xxxxxxxxx>
---
include/linux/rbtree.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/rbtree.h b/include/linux/rbtree.h
index 210ebeb..48e325f 100644
--- a/include/linux/rbtree.h
+++ b/include/linux/rbtree.h
@@ -33,6 +33,7 @@
#include <linux/kernel.h>
#include <linux/stddef.h>
#include <linux/bug.h>
+#include <linux/kconfig.h>

struct rb_node {
unsigned long __rb_parent_color;
--
1.7.3.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/