diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-03-21 10:55:53 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-04-03 11:39:42 +0200 |
commit | 4b7b2afae773f00c785724261079ef211fd6021b (patch) | |
tree | 35ff546eaf8fb840e0c3092f67e1a847c1c2bf4d /hw/usb/hcd-xhci.c | |
parent | 0ab966cfcc7000baa2e7ef6df7771e73a2eb8a88 (diff) | |
download | qemu-4b7b2afae773f00c785724261079ef211fd6021b.zip |
xhci: zap unused name field
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb/hcd-xhci.c')
-rw-r--r-- | hw/usb/hcd-xhci.c | 1 |
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 */ |