aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_32.c
diff options
context:
space:
mode:
authorAmerigo Wang <amwang@redhat.com>2009-05-11 23:29:09 -0400
committerIngo Molnar <mingo@elte.hu>2009-05-12 11:26:32 +0200
commitbf78ad69cd351798b9447a269c6bd41ce1f111f4 (patch)
treee410101d85a19791075ad87dc5d32940f0bdc9ea /arch/x86/kernel/process_32.c
parentx86: merge process.c a bit (diff)
downloadlinux-dev-bf78ad69cd351798b9447a269c6bd41ce1f111f4.tar.xz
linux-dev-bf78ad69cd351798b9447a269c6bd41ce1f111f4.zip
x86: process.c, remove useless headers
<stdarg.h> is not needed by these files, remove them. [ Impact: cleanup ] Signed-off-by: WANG Cong <amwang@redhat.com> Cc: akpm@linux-foundation.org LKML-Reference: <20090512032956.5040.77055.sendpatchset@localhost.localdomain> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/process_32.c')
-rw-r--r--arch/x86/kernel/process_32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c
index a3bb049ad082..56d50b7d71df 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>