summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/usb.h')
-rw-r--r--src/include/ipxe/usb.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/ipxe/usb.h b/src/include/ipxe/usb.h
index d326678c8..ee826bc11 100644
--- a/src/include/ipxe/usb.h
+++ b/src/include/ipxe/usb.h
@@ -922,12 +922,6 @@ struct usb_bus {
struct list_head devices;
/** List of hubs */
struct list_head hubs;
- /** List of changed ports */
- struct list_head changed;
- /** List of halted endpoints */
- struct list_head halted;
- /** Process */
- struct process process;
/** Host controller operations */
struct usb_bus_host_operations *host;