kernel/arch/alpha/kernel/sys_ruffian.c
.. .. @@ -23,7 +23,6 @@ 23 23 #include <asm/irq.h> 24 24 #include <asm/mmu_context.h> 25 25 #include <asm/io.h> 26 -#include <asm/pgtable.h>27 26 #include <asm/core_cia.h> 28 27 #include <asm/tlbflush.h> 29 28 .. .. @@ -82,7 +81,8 @@ 82 81 outb(0x31, 0x42); 83 82 outb(0x13, 0x42); 84 83 85 - setup_irq(0, &timer_irqaction);84 + if (request_irq(0, rtc_timer_interrupt, 0, "timer", NULL))85 + pr_err("Failed to request irq 0 (timer)\n");86 86 } 87 87 88 88 static void