[trival patch] x86: remove unless include and comments

From: AmÃrico Wang
Date: Fri Jan 30 2009 - 04:22:00 EST



Signed-off-by: WANG Cong <wangcong@xxxxxxxxx>

---
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c
index a546f55..e306105 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/cpu.h>
#include <linux/errno.h>
#include <linux/sched.h>
@@ -631,9 +629,6 @@ asmlinkage int sys_vfork(struct pt_regs regs)
return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs.sp, &regs, 0, NULL, NULL);
}

-/*
- * sys_execve() executes a new program.
- */
asmlinkage int sys_execve(struct pt_regs regs)
{
int error;

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/