summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorAtsushi Nemoto2006-10-27 18:14:37 +0200
committerRalf Baechle2006-11-30 02:14:46 +0100
commitc87b6ebaea034c0e0ce86127870cf1511a307b64 (patch)
tree1561d92b130dd9c840237e1ed96cc942f7f17f03 /include/asm-mips
parent[MIPS] PB1200: Remove duplicate definitions (diff)
downloadkernel-qcow2-linux-c87b6ebaea034c0e0ce86127870cf1511a307b64.tar.gz
kernel-qcow2-linux-c87b6ebaea034c0e0ce86127870cf1511a307b64.tar.xz
kernel-qcow2-linux-c87b6ebaea034c0e0ce86127870cf1511a307b64.zip
[MIPS] mips hpt cleanup: get rid of mips_hpt_init
Currently nobody outside time.c require mips_hpt_init(). Remove it and call c0_hpt_timer_init() directly if R4k counter was used for timer interrupt. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/time.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-mips/time.h b/include/asm-mips/time.h
index 625acd337bc3..b58665efb1d7 100644
--- a/include/asm-mips/time.h
+++ b/include/asm-mips/time.h
@@ -48,7 +48,6 @@ extern void (*mips_timer_ack)(void);
* If mips_hpt_read is NULL, an R4k-compatible timer setup is attempted.
*/
extern unsigned int (*mips_hpt_read)(void);
-extern void (*mips_hpt_init)(void);
extern unsigned int mips_hpt_mask;
/*