mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-06 19:08:27 +00:00
uhci: Drop unnecessary forward declaration of some static functions
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
a89e255b0c
commit
3c87c76d1a
@ -693,9 +693,6 @@ static USBDevice *uhci_find_device(UHCIState *s, uint8_t addr)
|
|||||||
return NULL;
|
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)
|
static int uhci_complete_td(UHCIState *s, UHCI_TD *td, UHCIAsync *async, uint32_t *int_mask)
|
||||||
{
|
{
|
||||||
int len = 0, max_len, err, ret;
|
int len = 0, max_len, err, ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user