From 4b7b2afae773f00c785724261079ef211fd6021b Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 21 Mar 2013 10:55:53 +0100 Subject: xhci: zap unused name field Signed-off-by: Gerd Hoffmann --- hw/usb/hcd-xhci.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/usb') diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index 5ea1fe7..efd4b0d 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 */ -- cgit v1.1