lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ