aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/char/exynos4210-uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/drivers/char/exynos4210-uart.c')
-rw-r--r--xen/drivers/char/exynos4210-uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/drivers/char/exynos4210-uart.c b/xen/drivers/char/exynos4210-uart.c
index 9b34f92713..b297ed4a83 100644
--- a/xen/drivers/char/exynos4210-uart.c
+++ b/xen/drivers/char/exynos4210-uart.c
@@ -221,7 +221,7 @@ static void exynos4210_uart_resume(struct serial_port *port)
BUG(); // XXX
}
-static unsigned int exynos4210_uart_tx_ready(struct serial_port *port)
+static int exynos4210_uart_tx_ready(struct serial_port *port)
{
struct exynos4210_uart *uart = port->uart;