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 3ee79d6fddae..d62ebca1e91c 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h | |||
@@ -1746,7 +1746,7 @@ int xhci_resume(struct xhci_hcd *xhci, bool hibernated); | |||
1746 | 1746 | ||
1747 | int xhci_get_frame(struct usb_hcd *hcd); | 1747 | int xhci_get_frame(struct usb_hcd *hcd); |
1748 | irqreturn_t xhci_irq(struct usb_hcd *hcd); | 1748 | irqreturn_t xhci_irq(struct usb_hcd *hcd); |
1749 | irqreturn_t xhci_msi_irq(int irq, struct usb_hcd *hcd); | 1749 | irqreturn_t xhci_msi_irq(int irq, void *hcd); |
1750 | int xhci_alloc_dev(struct usb_hcd *hcd, struct usb_device *udev); | 1750 | int xhci_alloc_dev(struct usb_hcd *hcd, struct usb_device *udev); |
1751 | void xhci_free_dev(struct usb_hcd *hcd, struct usb_device *udev); | 1751 | void xhci_free_dev(struct usb_hcd *hcd, struct usb_device *udev); |
1752 | int xhci_alloc_tt_info(struct xhci_hcd *xhci, | 1752 | int xhci_alloc_tt_info(struct xhci_hcd *xhci, |