projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Char: cyclades, fix blockmove
[linux-2.6]
/
drivers
/
parport
/
parport_ax88796.c
diff --git
a/drivers/parport/parport_ax88796.c
b/drivers/parport/parport_ax88796.c
index
1850632
..
74f4e97
100644
(file)
--- a/
drivers/parport/parport_ax88796.c
+++ b/
drivers/parport/parport_ax88796.c
@@
-233,9
+233,9
@@
parport_ax88796_restore_state(struct parport *p, struct parport_state *s)
}
static irqreturn_t
-parport_ax88796_interrupt(int irq, void *dev_id
, struct pt_regs *regs
)
+parport_ax88796_interrupt(int irq, void *dev_id)
{
- parport_generic_irq(irq, dev_id
, regs
);
+ parport_generic_irq(irq, dev_id);
return IRQ_HANDLED;
}