Displaying 1 result from an estimated 1 matches for "pl011_resum".
Did you mean:
pl011_resume
2013 Aug 28
1
[PATCH] Fix compilation on ARM
...map_uart_tx_ready(struct serial_port *port)
{
struct omap_uart *uart = port->uart;
uint32_t reg;
diff --git a/xen/drivers/char/pl011.c b/xen/drivers/char/pl011.c
index 0e1eb64..06e9e4e 100644
--- a/xen/drivers/char/pl011.c
+++ b/xen/drivers/char/pl011.c
@@ -153,7 +153,7 @@ static void pl011_resume(struct serial_port *port)
BUG(); // XXX
}
-static unsigned int pl011_tx_ready(struct serial_port *port)
+static int pl011_tx_ready(struct serial_port *port)
{
struct pl011 *uart = port->uart;
--
1.7.10.4