From: Hans de Goede Date: Fri, 17 Jun 2011 13:26:29 +0000 (+0200) Subject: usb-ehci: drop unused num-ports state member X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=053f9fcfb1d84ab2f1d8fbd608d5e31aae58cbb7;p=qemu.git usb-ehci: drop unused num-ports state member Signed-off-by: Hans de Goede Signed-off-by: Gerd Hoffmann --- 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;