Skip to content

Commit

Permalink
x86: process.c, remove useless headers
Browse files Browse the repository at this point in the history
<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>
  • Loading branch information
Amerigo Wang authored and Ingo Molnar committed May 12, 2009
1 parent 9d62dcd commit bf78ad6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions arch/x86/kernel/process_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions arch/x86/kernel/process_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bf78ad6

Please sign in to comment.