[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20120704073424.GA9247@udknight>
Date: Wed, 4 Jul 2012 15:34:24 +0800
From: Wang YanQing <udknight@...il.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: akpm@...ux-foundation.org, hughd@...gle.com
Subject: [PATCH] radix-tree.h: remove unneeded include of kernel.h
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@...il.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
--
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