[<prev] [next>] [day] [month] [year] [list]
Message-ID: <14414B36FFA0F1418CB707361EAA199A01987804@CNBEEXC006.nsn-intra.net>
Date: Tue, 10 Aug 2010 12:42:24 +0800
From: "Zhang, Wei-Jovi (NSN - CN/Hangzhou)" <wei-jovi.zhang@....com>
To: <linux-kernel@...r.kernel.org>
Subject: [PATCH]pid.c: remove unused header files
[PATCH]pid.c: remove unused header files
git diff kernel/pid.c
diff --git a/kernel/pid.c b/kernel/pid.c
index e9fd8c1..97fa0b7 100644
--- a/kernel/pid.c
+++ b/kernel/pid.c
@@ -27,15 +27,12 @@
*/
#include <linux/mm.h>
-#include <linux/module.h>
-#include <linux/slab.h>
#include <linux/init.h>
#include <linux/rculist.h>
#include <linux/bootmem.h>
#include <linux/hash.h>
#include <linux/pid_namespace.h>
#include <linux/init_task.h>
-#include <linux/syscalls.h>
#define pid_hashfn(nr, ns) \
hash_long((unsigned long)nr + (unsigned long)ns, pidhash_shift)
--
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