[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20120704071531.GA9094@udknight>
Date: Wed, 4 Jul 2012 15:15:31 +0800
From: Wang YanQing <udknight@...il.com>
To: linux-kernel@...r.kernel.org
Cc: gregkh@...uxfoundation.org, paul.gortmaker@...driver.com
Subject: [PATCH] rbtree.h: remove unneeded include of kernel.h
It seems that we should remove the unneeded include of kernel.h
from rbtree.h, any user of rbtree need kernel.h should include it
separately.
Signed-off-by: Wang YanQing <udknight@...il.com>
---
include/linux/rbtree.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/linux/rbtree.h b/include/linux/rbtree.h
index 033b507..3cae05e 100644
--- a/include/linux/rbtree.h
+++ b/include/linux/rbtree.h
@@ -94,7 +94,6 @@ static inline struct page * rb_insert_page_cache(struct inode * inode,
#ifndef _LINUX_RBTREE_H
#define _LINUX_RBTREE_H
-#include <linux/kernel.h>
#include <linux/stddef.h>
struct rb_node
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists