mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
xhci: drop unused comp_xfer field
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 1474965172-30321-4-git-send-email-kraxel@redhat.com
This commit is contained in:
parent
1fe163feeb
commit
7512b13dd7
1 changed files with 0 additions and 1 deletions
|
|
@ -386,7 +386,6 @@ struct XHCIEPContext {
|
|||
|
||||
XHCIRing ring;
|
||||
unsigned int next_xfer;
|
||||
unsigned int comp_xfer;
|
||||
XHCITransfer transfers[TD_QUEUE];
|
||||
XHCITransfer *retry;
|
||||
EPType type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue