summaryrefslogtreecommitdiff
path: root/torisa.c
diff options
context:
space:
mode:
Diffstat (limited to 'torisa.c')
-rw-r--r--torisa.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/torisa.c b/torisa.c
index a037af5..5fb4996 100644
--- a/torisa.c
+++ b/torisa.c
@@ -742,11 +742,7 @@ static void torisa_tasklet(unsigned long data)
static int txerrors;
-#ifdef LINUX26
-static irqreturn_t torisa_intr(int irq, void *dev_id, struct pt_regs *regs)
-#else
-static void torisa_intr(int irq, void *dev_id, struct pt_regs *regs)
-#endif
+ZAP_IRQ_HANDLER(torisa_intr)
{
static unsigned int passno = 0, mysynccnt = 0, lastsyncsrc = -1;
int n, n1, i, j, k, x, mysyncsrc, oldn;