Commit bf78ad69 authored by Amerigo Wang's avatar Amerigo Wang Committed by Ingo Molnar

x86: process.c, remove useless headers

<stdarg.h> is not needed by these files, remove them.

[ Impact: cleanup ]
Signed-off-by: default avatarWANG Cong <amwang@redhat.com>
Cc: akpm@linux-foundation.org
LKML-Reference: <20090512032956.5040.77055.sendpatchset@localhost.localdomain>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 9d62dcdf
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment