summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-03-21 10:55:53 +0100
committerGerd Hoffmann <kraxel@redhat.com>2013-04-03 11:39:42 +0200
commit4b7b2afae773f00c785724261079ef211fd6021b (patch)
tree35ff546eaf8fb840e0c3092f67e1a847c1c2bf4d
parent0ab966cfcc7000baa2e7ef6df7771e73a2eb8a88 (diff)
downloadfocaccia-qemu-4b7b2afae773f00c785724261079ef211fd6021b.tar.gz
focaccia-qemu-4b7b2afae773f00c785724261079ef211fd6021b.zip
xhci: zap unused name field
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r--hw/usb/hcd-xhci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c
index 5ea1fe7bbd..efd4b0dbde 100644
--- a/hw/usb/hcd-xhci.c
+++ b/hw/usb/hcd-xhci.c
@@ -452,7 +452,6 @@ struct XHCIState {
     MemoryRegion mem_oper;
     MemoryRegion mem_runtime;
     MemoryRegion mem_doorbell;
-    const char *name;
     unsigned int devaddr;
 
     /* properties */