--- ./genrtc.c.geert Sun Jan 12 13:16:40 2003 +++ ./genrtc.c Sun Jan 12 13:15:18 2003 @@ -66,9 +66,6 @@ static DECLARE_WAIT_QUEUE_HEAD(gen_rtc_wait); -static void gen_rtc_interrupt(unsigned long arg); - - /* * Bits in gen_rtc_status. */ @@ -99,6 +96,8 @@ static int stop_rtc_timers; /* don't requeue tasks */ static spinlock_t gen_rtc_lock = SPIN_LOCK_UNLOCKED; +static void gen_rtc_interrupt(unsigned long arg); + /* * Routine to poll RTC seconds field for change as often as posible, * after first RTC_UIE use timer to reduce polling