diff options
| -rw-r--r-- | drivers/tty/serial/omap-serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c index 906826083e0b..d244163c99db 100644 --- a/drivers/tty/serial/omap-serial.c +++ b/drivers/tty/serial/omap-serial.c | |||
| @@ -345,7 +345,7 @@ static void serial_omap_rdi(struct uart_omap_port *up, unsigned int lsr) | |||
| 345 | * @irq: uart port irq number | 345 | * @irq: uart port irq number |
| 346 | * @dev_id: uart port info | 346 | * @dev_id: uart port info |
| 347 | */ | 347 | */ |
| 348 | static inline irqreturn_t serial_omap_irq(int irq, void *dev_id) | 348 | static irqreturn_t serial_omap_irq(int irq, void *dev_id) |
| 349 | { | 349 | { |
| 350 | struct uart_omap_port *up = dev_id; | 350 | struct uart_omap_port *up = dev_id; |
| 351 | struct tty_struct *tty = up->port.state->port.tty; | 351 | struct tty_struct *tty = up->port.state->port.tty; |
