aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/gt64120/wrppmc/reset.c
diff options
context:
space:
mode:
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>2007-10-10 00:28:26 +0900
committerRalf Baechle <ralf@linux-mips.org>2007-10-11 23:46:18 +0100
commit4b92fe2309c762d9ba9201a16f20d6d167e641b3 (patch)
tree465e4a45626b8bd023c9d335f94b55156093a210 /arch/mips/gt64120/wrppmc/reset.c
parentdec8b1ca990055f3a8954ac3bc98fdb785af52e4 (diff)
[MIPS] cleanup WRPPMC include files
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/gt64120/wrppmc/reset.c')
-rw-r--r--arch/mips/gt64120/wrppmc/reset.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/arch/mips/gt64120/wrppmc/reset.c b/arch/mips/gt64120/wrppmc/reset.c
index b97039c6d3d..c355cff38f6 100644
--- a/arch/mips/gt64120/wrppmc/reset.c
+++ b/arch/mips/gt64120/wrppmc/reset.c
@@ -5,14 +5,10 @@
*
* Copyright (C) 1997 Ralf Baechle
*/
-#include <linux/sched.h>
-#include <linux/mm.h>
-#include <asm/io.h>
-#include <asm/pgtable.h>
-#include <asm/processor.h>
-#include <asm/reboot.h>
-#include <asm/system.h>
+#include <linux/kernel.h>
+
#include <asm/cacheflush.h>
+#include <asm/mipsregs.h>
void wrppmc_machine_restart(char *command)
{