diff options
Diffstat (limited to 'drivers/serial/21285.c')
-rw-r--r-- | drivers/serial/21285.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/21285.c b/drivers/serial/21285.c index 76d83ade9857..6a1a568ca649 100644 --- a/drivers/serial/21285.c +++ b/drivers/serial/21285.c | |||
@@ -85,7 +85,7 @@ static void serial21285_enable_ms(struct uart_port *port) | |||
85 | { | 85 | { |
86 | } | 86 | } |
87 | 87 | ||
88 | static irqreturn_t serial21285_rx_chars(int irq, void *dev_id, struct pt_regs *regs) | 88 | static irqreturn_t serial21285_rx_chars(int irq, void *dev_id) |
89 | { | 89 | { |
90 | struct uart_port *port = dev_id; | 90 | struct uart_port *port = dev_id; |
91 | struct tty_struct *tty = port->info->tty; | 91 | struct tty_struct *tty = port->info->tty; |
@@ -123,7 +123,7 @@ static irqreturn_t serial21285_rx_chars(int irq, void *dev_id, struct pt_regs *r | |||
123 | return IRQ_HANDLED; | 123 | return IRQ_HANDLED; |
124 | } | 124 | } |
125 | 125 | ||
126 | static irqreturn_t serial21285_tx_chars(int irq, void *dev_id, struct pt_regs *regs) | 126 | static irqreturn_t serial21285_tx_chars(int irq, void *dev_id) |
127 | { | 127 | { |
128 | struct uart_port *port = dev_id; | 128 | struct uart_port *port = dev_id; |
129 | struct circ_buf *xmit = &port->info->xmit; | 129 | struct circ_buf *xmit = &port->info->xmit; |