aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/char/ehci-dbgp.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/drivers/char/ehci-dbgp.c')
-rw-r--r--xen/drivers/char/ehci-dbgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/drivers/char/ehci-dbgp.c b/xen/drivers/char/ehci-dbgp.c
index bead374bc8..25049796e2 100644
--- a/xen/drivers/char/ehci-dbgp.c
+++ b/xen/drivers/char/ehci-dbgp.c
@@ -1204,7 +1204,7 @@ static void ehci_dbgp_putc(struct serial_port *port, char c)
ehci_dbgp_flush(port);
}
-static unsigned int ehci_dbgp_tx_ready(struct serial_port *port)
+static int ehci_dbgp_tx_ready(struct serial_port *port)
{
struct ehci_dbgp *dbgp = port->uart;