diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-09-14 11:57:53 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-10-08 09:02:19 +0300 |
commit | a1c2bbc87b227dbf8e00b9684544eff9c861fcf7 (patch) | |
tree | 9754dd649fadd25287e3a978f13e74e23e24a004 /include | |
parent | e69f7d2510ab93ed4828ed69452f9c7c84f3f33a (diff) |
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.h | 2 |
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; |