diff options
Diffstat (limited to 'drivers/char/vr41xx_giu.c')
-rw-r--r-- | drivers/char/vr41xx_giu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/vr41xx_giu.c b/drivers/char/vr41xx_giu.c index 8116a47b80f4..8e7949305171 100644 --- a/drivers/char/vr41xx_giu.c +++ b/drivers/char/vr41xx_giu.c | |||
@@ -221,7 +221,7 @@ static struct hw_interrupt_type giuint_high_irq_type = { | |||
221 | .end = end_giuint_high_irq, | 221 | .end = end_giuint_high_irq, |
222 | }; | 222 | }; |
223 | 223 | ||
224 | static int giu_get_irq(unsigned int irq, struct pt_regs *regs) | 224 | static int giu_get_irq(unsigned int irq) |
225 | { | 225 | { |
226 | uint16_t pendl, pendh, maskl, maskh; | 226 | uint16_t pendl, pendh, maskl, maskh; |
227 | int i; | 227 | int i; |