diff options
Diffstat (limited to 'drivers/usb/host/xhci.h')
-rw-r--r-- | drivers/usb/host/xhci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index f03f140a7d9a..490409f918f2 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h | |||
@@ -1389,7 +1389,7 @@ int xhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status); | |||
1389 | int xhci_add_endpoint(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint *ep); | 1389 | int xhci_add_endpoint(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint *ep); |
1390 | int xhci_drop_endpoint(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint *ep); | 1390 | int xhci_drop_endpoint(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint *ep); |
1391 | void xhci_endpoint_reset(struct usb_hcd *hcd, struct usb_host_endpoint *ep); | 1391 | void xhci_endpoint_reset(struct usb_hcd *hcd, struct usb_host_endpoint *ep); |
1392 | int xhci_reset_device(struct usb_hcd *hcd, struct usb_device *udev); | 1392 | int xhci_discover_or_reset_device(struct usb_hcd *hcd, struct usb_device *udev); |
1393 | int xhci_check_bandwidth(struct usb_hcd *hcd, struct usb_device *udev); | 1393 | int xhci_check_bandwidth(struct usb_hcd *hcd, struct usb_device *udev); |
1394 | void xhci_reset_bandwidth(struct usb_hcd *hcd, struct usb_device *udev); | 1394 | void xhci_reset_bandwidth(struct usb_hcd *hcd, struct usb_device *udev); |
1395 | 1395 | ||