summaryrefslogtreecommitdiffstats
path: root/src/drivers/usb/usbhub.h
diff options
context:
space:
mode:
authorMichael Brown2015-02-12 16:15:57 +0100
committerMichael Brown2015-02-13 02:10:57 +0100
commitebe433e795398d2712c8a5f5b1b28d69fc549412 (patch)
tree6e6f0afc0dfd44a8a999264ecc0dc4033ee50be7 /src/drivers/usb/usbhub.h
parent[usb] Provide generic framework for refilling receive endpoints (diff)
downloadipxe-ebe433e795398d2712c8a5f5b1b28d69fc549412.tar.gz
ipxe-ebe433e795398d2712c8a5f5b1b28d69fc549412.tar.xz
ipxe-ebe433e795398d2712c8a5f5b1b28d69fc549412.zip
[usb] Use generic refill framework for USB hub interrupt endpoints
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/usb/usbhub.h')
-rw-r--r--src/drivers/usb/usbhub.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/usb/usbhub.h b/src/drivers/usb/usbhub.h
index a59ecaeca..4dd9426c3 100644
--- a/src/drivers/usb/usbhub.h
+++ b/src/drivers/usb/usbhub.h
@@ -227,8 +227,6 @@ struct usb_hub_device {
/** Interrupt endpoint */
struct usb_endpoint intr;
- /** Recycled interrupt I/O buffers */
- struct list_head intrs;
/** Interrupt endpoint refill process */
struct process refill;
};