commit | be577a5220b25e0a6e3fbf96bbfc8b31d63e9ea9 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Fri Oct 06 20:47:23 2006 -0600 |
committer | Matthew Wilcox <willy@parisc-linux.org> | Fri Oct 06 20:47:23 2006 -0600 |
tree | 57e159a2b6f48c4b2f20497ced1d653a7fea4834 | |
parent | e317c8ccaaf900abf39cc3240e4dc5ba82a3cc67 [diff] [blame] |
Build fixes for struct pt_regs removal Signed-off-by: Matthew Wilcox <matthew@wil.cx>
diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c index a0a8fd8..03c763c 100644 --- a/drivers/parisc/dino.c +++ b/drivers/parisc/dino.c
@@ -389,7 +389,7 @@ int irq = dino_dev->global_irq[local_irq]; DBG(KERN_DEBUG "%s(%d, %p) mask 0x%x\n", __FUNCTION__, irq, intr_dev, mask); - __do_IRQ(irq, regs); + __do_IRQ(irq); mask &= ~(1 << local_irq); } while (mask);