diff options
-rw-r--r-- | drivers/char/mxser_new.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/mxser_new.c b/drivers/char/mxser_new.c index a3328bb147b9..7709cd865fff 100644 --- a/drivers/char/mxser_new.c +++ b/drivers/char/mxser_new.c | |||
@@ -2265,7 +2265,7 @@ unlock: | |||
2265 | /* | 2265 | /* |
2266 | * This is the serial driver's generic interrupt routine | 2266 | * This is the serial driver's generic interrupt routine |
2267 | */ | 2267 | */ |
2268 | static irqreturn_t mxser_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 2268 | static irqreturn_t mxser_interrupt(int irq, void *dev_id) |
2269 | { | 2269 | { |
2270 | int status, iir, i; | 2270 | int status, iir, i; |
2271 | struct mxser_board *brd = NULL; | 2271 | struct mxser_board *brd = NULL; |