Remove an unnecessary include to kernel.h Signed-off-by: Nathan Zimmer <nzimmer@xxxxxxx> --- include/linux/rbtree.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/rbtree.h b/include/linux/rbtree.h index 0022c1b..d2fdc6d 100644 --- a/include/linux/rbtree.h +++ b/include/linux/rbtree.h @@ -29,7 +29,6 @@ #ifndef _LINUX_RBTREE_H #define _LINUX_RBTREE_H -#include <linux/kernel.h> #include <linux/stddef.h> struct rb_node { -- 1.8.2.1 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html