[PATCH] radix-tree.h: remove unneeded include of kernel.h

From: Wang YanQing
Date: Wed Jul 04 2012 - 03:34:16 EST



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@xxxxxxxxx>
---
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

--
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/