commit | 38760d40ca61b18b2809e9c28df8b3ff9af8a02b | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Oct 29 14:23:43 2007 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Oct 29 19:35:36 2007 +0000 |
tree | dd65b99f1ae919498808506121a2b75217997713 | |
parent | 1238d5d868a56dcbc743d3ffc9bd3c920258b4cb [diff] [blame] |
[MIPS] time: Replace plat_timer_setup with modern APIs. plat_timer_setup is no longer getting called. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/time.h b/include/asm-mips/time.h index ce1e07a..0a6bc7d 100644 --- a/include/asm-mips/time.h +++ b/include/asm-mips/time.h
@@ -77,6 +77,7 @@ */ #ifdef CONFIG_CEVT_R4K extern void mips_clockevent_init(void); +extern unsigned int __weak get_c0_compare_int(void); #else static inline void mips_clockevent_init(void) {