[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-bf78ad69cd351798b9447a269c6bd41ce1f111f4@git.kernel.org>
Date: Tue, 12 May 2009 09:32:11 GMT
From: tip-bot for Amerigo Wang <amwang@...hat.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
tglx@...utronix.de, mingo@...e.hu, amwang@...hat.com
Subject: [tip:x86/mm] x86: process.c, remove useless headers
Commit-ID: bf78ad69cd351798b9447a269c6bd41ce1f111f4
Gitweb: http://git.kernel.org/tip/bf78ad69cd351798b9447a269c6bd41ce1f111f4
Author: Amerigo Wang <amwang@...hat.com>
AuthorDate: Mon, 11 May 2009 23:29:09 -0400
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Tue, 12 May 2009 11:26:32 +0200
x86: process.c, remove useless headers
<stdarg.h> is not needed by these files, remove them.
[ Impact: cleanup ]
Signed-off-by: WANG Cong <amwang@...hat.com>
Cc: akpm@...ux-foundation.org
LKML-Reference: <20090512032956.5040.77055.sendpatchset@...alhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
arch/x86/kernel/process_32.c | 2 --
arch/x86/kernel/process_64.c | 2 --
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c
index a3bb049..56d50b7 100644
--- a/arch/x86/kernel/process_32.c
+++ b/arch/x86/kernel/process_32.c
@@ -9,8 +9,6 @@
* This file handles the architecture-dependent parts of process handling..
*/
-#include <stdarg.h>
-
#include <linux/stackprotector.h>
#include <linux/cpu.h>
#include <linux/errno.h>
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c
index 34386f7..9d6b20e 100644
--- a/arch/x86/kernel/process_64.c
+++ b/arch/x86/kernel/process_64.c
@@ -14,8 +14,6 @@
* This file handles the architecture-dependent parts of process handling..
*/
-#include <stdarg.h>
-
#include <linux/stackprotector.h>
#include <linux/cpu.h>
#include <linux/errno.h>
--
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