diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-06-17 15:26:29 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-07-05 15:09:02 +0200 |
commit | 053f9fcfb1d84ab2f1d8fbd608d5e31aae58cbb7 (patch) | |
tree | 1e2536104825306c28bbe512a5e9bca6f2c6753e /hw/usb-ehci.c | |
parent | 4706ab6cc0af86d3f38806664420cc3eb8999bd9 (diff) |
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>
Diffstat (limited to 'hw/usb-ehci.c')
-rw-r--r-- | hw/usb-ehci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb-ehci.c b/hw/usb-ehci.c index 96451f334d..87e1de30fc 100644 --- a/hw/usb-ehci.c +++ b/hw/usb-ehci.c @@ -373,7 +373,6 @@ struct EHCIState { qemu_irq irq; target_phys_addr_t mem_base; int mem; - int num_ports; /* properties */ uint32_t freq; |