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>
This commit is contained in:
Amerigo Wang 2009-05-11 23:29:09 -04:00 committed by Ingo Molnar
parent 9d62dcdfa6
commit bf78ad69cd
2 changed files with 0 additions and 4 deletions

View File

@ -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>

View File

@ -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>