projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89e255
)
uhci: Drop unnecessary forward declaration of some static functions
author
Hans de Goede
<hdegoede@redhat.com>
Wed, 24 Oct 2012 16:31:08 +0000
(18:31 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 25 Oct 2012 07:08:11 +0000
(09:08 +0200)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-uhci.c
patch
|
blob
|
history
diff --git
a/hw/usb/hcd-uhci.c
b/hw/usb/hcd-uhci.c
index eecd291f3d9183bc330f6d34917900303342a28c..7dfedef5b2874538de4682567e2c3ff42ffaf6ed 100644
(file)
--- a/
hw/usb/hcd-uhci.c
+++ b/
hw/usb/hcd-uhci.c
@@
-693,9
+693,6
@@
static USBDevice *uhci_find_device(UHCIState *s, uint8_t addr)
return NULL;
}
-static void uhci_async_complete(USBPort *port, USBPacket *packet);
-static void uhci_process_frame(UHCIState *s);
-
static int uhci_complete_td(UHCIState *s, UHCI_TD *td, UHCIAsync *async, uint32_t *int_mask)
{
int len = 0, max_len, err, ret;