hw/usb/hcd-xhci-nec: Remove unused XHCINecState::flags field
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 27 Nov 2024 09:51:34 +0000 (10:51 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 13 Dec 2024 23:16:20 +0000 (00:16 +0100)
commit2a8c16e423818f35058eba65255af011e7b96031
tree9b247992a2ca3973fa57900c5674b1f976a72757
parentbd8760dcfddc8337ba1ad57c72a04e19e803d03b
hw/usb/hcd-xhci-nec: Remove unused XHCINecState::flags field

Commit b9599519a01 ("hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST
flag") remove the last use of XHCINecState::flags but neglected
to remove it; do that now.

Reported-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20241127122812.89487-1-philmd@linaro.org>
hw/usb/hcd-xhci-nec.c