diff --git a/drivers/tty/serial/pxa.c b/drivers/tty/serial/pxa.c index 9becba6548921116adae390af002290cb31e883a..41eab75ba2af89955f90d3802992e0dfb50383c3 100644 --- a/drivers/tty/serial/pxa.c +++ b/drivers/tty/serial/pxa.c @@ -603,7 +603,7 @@ static struct uart_driver serial_pxa_reg; /* * Wait for transmitter & holding register to empty */ -static inline void wait_for_xmitr(struct uart_pxa_port *up) +static void wait_for_xmitr(struct uart_pxa_port *up) { unsigned int status, tmout = 10000;