mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-15 19:31:37 +00:00
xhci: zap unused name field
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
0ab966cfcc
commit
4b7b2afae7
@ -452,7 +452,6 @@ struct XHCIState {
|
|||||||
MemoryRegion mem_oper;
|
MemoryRegion mem_oper;
|
||||||
MemoryRegion mem_runtime;
|
MemoryRegion mem_runtime;
|
||||||
MemoryRegion mem_doorbell;
|
MemoryRegion mem_doorbell;
|
||||||
const char *name;
|
|
||||||
unsigned int devaddr;
|
unsigned int devaddr;
|
||||||
|
|
||||||
/* properties */
|
/* properties */
|
||||||
|
Loading…
Reference in New Issue
Block a user