aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/gt64120/wrppmc/time.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/time.c
parent[MIPS] Add BUG_ON assertion for attempt to run kernel on the wrong CPU type. (diff)
downloadlinux-dev-4b92fe2309c762d9ba9201a16f20d6d167e641b3.tar.xz
linux-dev-4b92fe2309c762d9ba9201a16f20d6d167e641b3.zip
[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 '')
-rw-r--r--arch/mips/gt64120/wrppmc/time.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/arch/mips/gt64120/wrppmc/time.c b/arch/mips/gt64120/wrppmc/time.c
index faf164e7e0df..b207e7f1417a 100644
--- a/arch/mips/gt64120/wrppmc/time.c
+++ b/arch/mips/gt64120/wrppmc/time.c
@@ -11,18 +11,11 @@
* Copyright (C) 2006, Wind River System Inc.
*/
#include <linux/init.h>
-#include <linux/string.h>
-#include <linux/kernel.h>
-#include <linux/param.h> /* for HZ */
-#include <linux/irq.h>
-#include <linux/timex.h>
#include <linux/interrupt.h>
+#include <linux/irq.h>
-#include <asm/reboot.h>
-#include <asm/time.h>
-#include <asm/io.h>
-#include <asm/bootinfo.h>
#include <asm/gt64120.h>
+#include <asm/time.h>
#define WRPPMC_CPU_CLK_FREQ 40000000 /* 40MHZ */