aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@intel.com>2013-05-23 22:54:19 -0400
committerSarah Sharp <sarah.a.sharp@linux.intel.com>2013-06-05 19:45:33 -0400
commit851ec164b14aa9dacafd6edb099e76a4cc9d06ec (patch)
tree6f6d30981508373c9e93d18af07bc946ecf799e2 /drivers/usb/host/xhci.h
parent01c5f4477d527732ecaf92d9b3d2201c8030000b (diff)
usb/xhci: unify parameter of xhci_msi_irq
According to Felipe and Alan's comments the second parameter of irq handler should be 'void *' not a specific structure pointer. So change it. Signed-off-by: Alex Shi <alex.shi@intel.com> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Diffstat (limited to 'drivers/usb/host/xhci.h')
-rw-r--r--drivers/usb/host/xhci.h2
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
1747int xhci_get_frame(struct usb_hcd *hcd); 1747int xhci_get_frame(struct usb_hcd *hcd);
1748irqreturn_t xhci_irq(struct usb_hcd *hcd); 1748irqreturn_t xhci_irq(struct usb_hcd *hcd);
1749irqreturn_t xhci_msi_irq(int irq, struct usb_hcd *hcd); 1749irqreturn_t xhci_msi_irq(int irq, void *hcd);
1750int xhci_alloc_dev(struct usb_hcd *hcd, struct usb_device *udev); 1750int xhci_alloc_dev(struct usb_hcd *hcd, struct usb_device *udev);
1751void xhci_free_dev(struct usb_hcd *hcd, struct usb_device *udev); 1751void xhci_free_dev(struct usb_hcd *hcd, struct usb_device *udev);
1752int xhci_alloc_tt_info(struct xhci_hcd *xhci, 1752int xhci_alloc_tt_info(struct xhci_hcd *xhci,