From ee04e7a896ef1626bfc809c46eb605d631dc8670 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Wed, 31 Oct 2007 05:11:45 -0400 Subject: [PATCH] --- yaml --- r: 91634 b: refs/heads/master c: 349a2444cfcd6c078a8410c19cd7a950ff89bd96 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/blackfin/kernel/time.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 151ad3eaac09..95935c67a158 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5dc0742b41066e1e141f2b4b00557e563a83fccc +refs/heads/master: 349a2444cfcd6c078a8410c19cd7a950ff89bd96 diff --git a/trunk/arch/blackfin/kernel/time.c b/trunk/arch/blackfin/kernel/time.c index 9bdc8f99183a..715b3945e4c7 100644 --- a/trunk/arch/blackfin/kernel/time.c +++ b/trunk/arch/blackfin/kernel/time.c @@ -39,8 +39,7 @@ /* This is an NTP setting */ #define TICK_SIZE (tick_nsec / 1000) -static void time_sched_init(irqreturn_t(*timer_routine) - (int, void *)); +static void time_sched_init(irq_handler_t timer_routine); static unsigned long gettimeoffset(void); static struct irqaction bfin_timer_irq = { @@ -64,7 +63,7 @@ static struct irqaction bfin_timer_irq = { #define TIME_SCALE 1 static void -time_sched_init(irqreturn_t(*timer_routine) (int, void *)) +time_sched_init(irq_handler_t timer_routine) { u32 tcount;