From 7707beaea780d1ed918fd25a9ce84f055fe17921 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 2 Mar 2021 13:01:52 +0100 Subject: hw/usb/bus: Remove the "full-path" property This property was only required for the pc-1.0 and earlier machine types. Since these have been removed now, we can delete the property as well. Signed-off-by: Thomas Huth Message-Id: <20210302120152.118042-1-thuth@redhat.com> Signed-off-by: Gerd Hoffmann --- include/hw/usb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/hw/usb.h b/include/hw/usb.h index abfbfc5284..9f42394efa 100644 --- a/include/hw/usb.h +++ b/include/hw/usb.h @@ -216,7 +216,6 @@ struct USBEndpoint { }; enum USBDeviceFlags { - USB_DEV_FLAG_FULL_PATH, USB_DEV_FLAG_IS_HOST, USB_DEV_FLAG_MSOS_DESC_ENABLE, USB_DEV_FLAG_MSOS_DESC_IN_USE, -- cgit v1.2.3-55-g7522