mirror of https://github.com/xemu-project/xemu.git
usb-ehci: drop unused num-ports state member
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
4706ab6cc0
commit
053f9fcfb1
|
@ -373,7 +373,6 @@ struct EHCIState {
|
|||
qemu_irq irq;
|
||||
target_phys_addr_t mem_base;
|
||||
int mem;
|
||||
int num_ports;
|
||||
|
||||
/* properties */
|
||||
uint32_t freq;
|
||||
|
|
Loading…
Reference in New Issue