diff options
author | Amerigo Wang <amwang@redhat.com> | 2009-05-12 03:29:09 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-12 09:26:32 (GMT) |
commit | bf78ad69cd351798b9447a269c6bd41ce1f111f4 (patch) | |
tree | e410101d85a19791075ad87dc5d32940f0bdc9ea /arch/x86/kernel/process_64.c | |
parent | 9d62dcdfa6f6fc843f7d9b494bcd48f00b94f883 (diff) | |
download | linux-bf78ad69cd351798b9447a269c6bd41ce1f111f4.tar.xz |
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_64.c')
-rw-r--r-- | arch/x86/kernel/process_64.c | 2 |
1 files changed, 0 insertions, 2 deletions
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> |