--- zzzz-none-000/linux-2.6.28.10/arch/mips/include/asm/time.h 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/arch/mips/include/asm/time.h 2010-05-06 10:48:52.000000000 +0000 @@ -50,7 +50,7 @@ /* * Initialize the calling CPU's compare interrupt as clockevent device */ -#ifdef CONFIG_CEVT_R4K +#if defined( CONFIG_CEVT_R4K) || defined(CONFIG_MIPS_MT_SMTC) extern int mips_clockevent_init(void); extern unsigned int __weak get_c0_compare_int(void); #else @@ -72,8 +72,4 @@ } #endif -extern void clocksource_set_clock(struct clocksource *cs, unsigned int clock); -extern void clockevent_set_clock(struct clock_event_device *cd, - unsigned int clock); - #endif /* _ASM_TIME_H */