|
@@ -1165,7 +1165,7 @@ serial_omap_type(struct uart_port *port)
|
|
|
|
|
|
#define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
|
#define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
|
|
|
|
|
-static inline void wait_for_xmitr(struct uart_omap_port *up)
|
|
|
|
|
|
+static void wait_for_xmitr(struct uart_omap_port *up)
|
|
{
|
|
{
|
|
unsigned int status, tmout = 10000;
|
|
unsigned int status, tmout = 10000;
|
|
|
|
|