diff options
Diffstat (limited to 'include/usb/xhci.h')
-rw-r--r-- | include/usb/xhci.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/usb/xhci.h b/include/usb/xhci.h index 04d16a256bb..5fcdae1421f 100644 --- a/include/usb/xhci.h +++ b/include/usb/xhci.h @@ -682,7 +682,6 @@ struct xhci_input_control_ctx { __le32 rsvd2[6]; }; - /** * struct xhci_device_context_array * @dev_context_ptr array of 64-bit DMA addresses for device contexts @@ -699,7 +698,6 @@ struct xhci_device_context_array { * might not be able to handle the maximum number of devices possible. */ - struct xhci_transfer_event { /* 64-bit buffer address, or immediate data */ __le64 buffer; @@ -835,7 +833,6 @@ struct xhci_event_cmd { #define TRB_TO_STREAM_ID(p) ((((p) & (0xffff << 16)) >> 16)) #define STREAM_ID_FOR_TRB(p) ((((p)) & 0xffff) << 16) - /* Port Status Change Event TRB fields */ /* Port ID - bits 31:24 */ #define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24) @@ -1134,7 +1131,6 @@ int xhci_hcd_init(int index, struct xhci_hccr **ret_hccr, struct xhci_hcor **ret_hcor); void xhci_hcd_stop(int index); - /************************************************************* EXTENDED CAPABILITY DEFINITIONS *************************************************************/ |