aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/kernel/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mn10300/kernel/internal.h')
-rw-r--r--arch/mn10300/kernel/internal.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/arch/mn10300/kernel/internal.h b/arch/mn10300/kernel/internal.h
index 6a064ab5af07..a5ac755dd69f 100644
--- a/arch/mn10300/kernel/internal.h
+++ b/arch/mn10300/kernel/internal.h
@@ -30,16 +30,13 @@ extern void mn10300_low_ipi_handler(void);
30#endif 30#endif
31 31
32/* 32/*
33 * time.c 33 * smp.c
34 */ 34 */
35extern irqreturn_t local_timer_interrupt(void); 35#ifdef CONFIG_SMP
36extern void smp_jump_to_debugger(void);
37#endif
36 38
37/* 39/*
38 * time.c 40 * time.c
39 */ 41 */
40#ifdef CONFIG_CEVT_MN10300 42extern irqreturn_t local_timer_interrupt(void);
41extern void clockevent_set_clock(struct clock_event_device *, unsigned int);
42#endif
43#ifdef CONFIG_CSRC_MN10300
44extern void clocksource_set_clock(struct clocksource *, unsigned int);
45#endif