hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/alpha/kernel/sys_ruffian.c
....@@ -23,7 +23,6 @@
2323 #include <asm/irq.h>
2424 #include <asm/mmu_context.h>
2525 #include <asm/io.h>
26
-#include <asm/pgtable.h>
2726 #include <asm/core_cia.h>
2827 #include <asm/tlbflush.h>
2928
....@@ -82,7 +81,8 @@
8281 outb(0x31, 0x42);
8382 outb(0x13, 0x42);
8483
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");
8686 }
8787
8888 static void