aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
diff options
context:
space:
mode:
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>2007-12-09 21:19:36 +0900
committerRalf Baechle <ralf@linux-mips.org>2008-01-29 10:15:00 +0000
commitc9662341f8a09cffd7234a89cc066c342fe343bf (patch)
tree09cace456902e8e61bb04c259863ee231d6336cc /arch/mips/kernel
parent[MIPS] Altas, Malta: Switch boot file format to raw. (diff)
downloadlinux-dev-c9662341f8a09cffd7234a89cc066c342fe343bf.tar.xz
linux-dev-c9662341f8a09cffd7234a89cc066c342fe343bf.zip
[MIPS] time: remove unused mips_timer_state()
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r--arch/mips/kernel/time.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/kernel/time.c b/arch/mips/kernel/time.c
index 2995be1ab3ca..9f85d4cecc5b 100644
--- a/arch/mips/kernel/time.c
+++ b/arch/mips/kernel/time.c
@@ -50,8 +50,6 @@ int update_persistent_clock(struct timespec now)
return rtc_mips_set_mmss(now.tv_sec);
}
-int (*mips_timer_state)(void);
-
int null_perf_irq(void)
{
return 0;