aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/kernel/time.c')
-rw-r--r--arch/blackfin/kernel/time.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/blackfin/kernel/time.c b/arch/blackfin/kernel/time.c
index 9bdc8f99183a..715b3945e4c7 100644
--- a/arch/blackfin/kernel/time.c
+++ b/arch/blackfin/kernel/time.c
@@ -39,8 +39,7 @@
39/* This is an NTP setting */ 39/* This is an NTP setting */
40#define TICK_SIZE (tick_nsec / 1000) 40#define TICK_SIZE (tick_nsec / 1000)
41 41
42static void time_sched_init(irqreturn_t(*timer_routine) 42static void time_sched_init(irq_handler_t timer_routine);
43 (int, void *));
44static unsigned long gettimeoffset(void); 43static unsigned long gettimeoffset(void);
45 44
46static struct irqaction bfin_timer_irq = { 45static struct irqaction bfin_timer_irq = {
@@ -64,7 +63,7 @@ static struct irqaction bfin_timer_irq = {
64#define TIME_SCALE 1 63#define TIME_SCALE 1
65 64
66static void 65static void
67time_sched_init(irqreturn_t(*timer_routine) (int, void *)) 66time_sched_init(irq_handler_t timer_routine)
68{ 67{
69 u32 tcount; 68 u32 tcount;
70 69