diff options
Diffstat (limited to 'arch/alpha/kernel/proto.h')
-rw-r--r-- | arch/alpha/kernel/proto.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/alpha/kernel/proto.h b/arch/alpha/kernel/proto.h index d3e52d3fd592..da2d6ec9c370 100644 --- a/arch/alpha/kernel/proto.h +++ b/arch/alpha/kernel/proto.h | |||
@@ -135,17 +135,15 @@ extern void unregister_srm_console(void); | |||
135 | /* smp.c */ | 135 | /* smp.c */ |
136 | extern void setup_smp(void); | 136 | extern void setup_smp(void); |
137 | extern void handle_ipi(struct pt_regs *); | 137 | extern void handle_ipi(struct pt_regs *); |
138 | extern void smp_percpu_timer_interrupt(struct pt_regs *); | ||
139 | 138 | ||
140 | /* bios32.c */ | 139 | /* bios32.c */ |
141 | /* extern void reset_for_srm(void); */ | 140 | /* extern void reset_for_srm(void); */ |
142 | 141 | ||
143 | /* time.c */ | 142 | /* time.c */ |
144 | extern irqreturn_t timer_interrupt(int irq, void *dev); | 143 | extern irqreturn_t rtc_timer_interrupt(int irq, void *dev); |
144 | extern void init_clockevent(void); | ||
145 | extern void common_init_rtc(void); | 145 | extern void common_init_rtc(void); |
146 | extern unsigned long est_cycle_freq; | 146 | extern unsigned long est_cycle_freq; |
147 | extern unsigned int common_get_rtc_time(struct rtc_time *time); | ||
148 | extern int common_set_rtc_time(struct rtc_time *time); | ||
149 | 147 | ||
150 | /* smc37c93x.c */ | 148 | /* smc37c93x.c */ |
151 | extern void SMC93x_Init(void); | 149 | extern void SMC93x_Init(void); |