Commit e1799e3b authored by Richard Henderson's avatar Richard Henderson

[ALPHA] Fix titan_intr_nop for 2.5 irq api changes.

parent ac062f74
......@@ -204,13 +204,14 @@ static struct hw_interrupt_type titan_irq_type = {
.set_affinity = titan_set_irq_affinity,
};
static void
static irqreturn_t
titan_intr_nop(int irq, void *dev_id, struct pt_regs *regs)
{
/*
* This is a NOP interrupt handler for the purposes of
* event counting -- just return.
*/
return IRQ_HANDLED;
}
static void __init
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment