public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] radix-tree.h: remove unneeded include of kernel.h
@ 2012-07-04  7:34 Wang YanQing
  0 siblings, 0 replies; only message in thread
From: Wang YanQing @ 2012-07-04  7:34 UTC (permalink / raw)
  To: lkml; +Cc: akpm, hughd


It seems that we can remove the unneeded include of kernel.h
from radix-tree.h safely. Any user of radix-tree that need kernel.h
should include it separately.

Signed-off-by: Wang YanQing <udknight@gmail.com>
---
 include/linux/radix-tree.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/radix-tree.h b/include/linux/radix-tree.h
index ffc444c..34be4b1 100644
--- a/include/linux/radix-tree.h
+++ b/include/linux/radix-tree.h
@@ -24,7 +24,6 @@
 #include <linux/preempt.h>
 #include <linux/types.h>
 #include <linux/bug.h>
-#include <linux/kernel.h>
 #include <linux/rcupdate.h>
 
 /*
-- 
1.7.3.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-04  7:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-04  7:34 [PATCH] radix-tree.h: remove unneeded include of kernel.h Wang YanQing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox