diff options
Diffstat (limited to 'drivers/char/mxser.c')
-rw-r--r-- | drivers/char/mxser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/mxser.c b/drivers/char/mxser.c index 8253fca8efd5..048d91142c17 100644 --- a/drivers/char/mxser.c +++ b/drivers/char/mxser.c | |||
@@ -407,7 +407,7 @@ static void mxser_stop(struct tty_struct *); | |||
407 | static void mxser_start(struct tty_struct *); | 407 | static void mxser_start(struct tty_struct *); |
408 | static void mxser_hangup(struct tty_struct *); | 408 | static void mxser_hangup(struct tty_struct *); |
409 | static void mxser_rs_break(struct tty_struct *, int); | 409 | static void mxser_rs_break(struct tty_struct *, int); |
410 | static irqreturn_t mxser_interrupt(int, void *, struct pt_regs *); | 410 | static irqreturn_t mxser_interrupt(int, void *); |
411 | static void mxser_receive_chars(struct mxser_struct *, int *); | 411 | static void mxser_receive_chars(struct mxser_struct *, int *); |
412 | static void mxser_transmit_chars(struct mxser_struct *); | 412 | static void mxser_transmit_chars(struct mxser_struct *); |
413 | static void mxser_check_modem_status(struct mxser_struct *, int); | 413 | static void mxser_check_modem_status(struct mxser_struct *, int); |
@@ -1916,7 +1916,7 @@ static void mxser_rs_break(struct tty_struct *tty, int break_state) | |||
1916 | /* | 1916 | /* |
1917 | * This is the serial driver's generic interrupt routine | 1917 | * This is the serial driver's generic interrupt routine |
1918 | */ | 1918 | */ |
1919 | static irqreturn_t mxser_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 1919 | static irqreturn_t mxser_interrupt(int irq, void *dev_id) |
1920 | { | 1920 | { |
1921 | int status, iir, i; | 1921 | int status, iir, i; |
1922 | struct mxser_struct *info; | 1922 | struct mxser_struct *info; |