[PATCH] fallout from alpha pt_regs patches
missed irq handler in sys_titan and forgotten prototype update. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -204,7 +204,7 @@ static struct hw_interrupt_type titan_irq_type = {
|
||||
};
|
||||
|
||||
static irqreturn_t
|
||||
titan_intr_nop(int irq, void *dev_id, struct pt_regs *regs)
|
||||
titan_intr_nop(int irq, void *dev_id)
|
||||
{
|
||||
/*
|
||||
* This is a NOP interrupt handler for the purposes of
|
||||
|
Reference in New Issue
Block a user