[<prev] [next>] [day] [month] [year] [list]
Message-ID: <AANLkTi=N__M=Deb70jRb1_G-MZpTVYuroic1m9C=_A8n@mail.gmail.com>
Date: Tue, 26 Oct 2010 16:44:57 +0800
From: jovi zhang <bookjovi@...il.com>
To: akpm@...ux-foundation.org, andre.goddard@...il.com,
josh@...htriplett.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] pid: remove unused include
Sorry, I forget re-send the new patch.
remove unused include
Signed-off-by: bookjovi@...il.com
kernel/pid.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/kernel/pid.c b/kernel/pid.c
index 39b65b6..5e8e8c6 100644
--- a/kernel/pid.c
+++ b/kernel/pid.c
@@ -35,7 +35,6 @@
#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