summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaolo Bonzini2016-09-14 11:57:53 +0200
committerMichael Tokarev2016-10-08 08:02:19 +0200
commita1c2bbc87b227dbf8e00b9684544eff9c861fcf7 (patch)
tree9754dd649fadd25287e3a978f13e74e23e24a004 /include
parentqemu-options.hx: fix -chardev ringbuf typos (diff)
downloadqemu-a1c2bbc87b227dbf8e00b9684544eff9c861fcf7.tar.gz
qemu-a1c2bbc87b227dbf8e00b9684544eff9c861fcf7.tar.xz
qemu-a1c2bbc87b227dbf8e00b9684544eff9c861fcf7.zip
bt-hci-csr: drop unused argument
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include')
-rw-r--r--include/hw/bt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/bt.h b/include/hw/bt.h
index 963f330138..2fa22bdab6 100644
--- a/include/hw/bt.h
+++ b/include/hw/bt.h
@@ -128,7 +128,7 @@ enum {
__csrhci_pins,
};
qemu_irq *csrhci_pins_get(CharDriverState *chr);
-CharDriverState *uart_hci_init(qemu_irq wakeup);
+CharDriverState *uart_hci_init(void);
/* bt-l2cap.c */
struct bt_l2cap_device_s;