Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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>
+0 −2
Original line number Diff line number Diff line
@@ -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>