aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/imx21-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/imx21-hcd.c')
-rw-r--r--drivers/usb/host/imx21-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/imx21-hcd.c b/drivers/usb/host/imx21-hcd.c
index f19e2690c232..bd6a7447ccc9 100644
--- a/drivers/usb/host/imx21-hcd.c
+++ b/drivers/usb/host/imx21-hcd.c
@@ -1680,7 +1680,7 @@ static int imx21_hc_reset(struct usb_hcd *hcd)
1680 return 0; 1680 return 0;
1681} 1681}
1682 1682
1683static int __devinit imx21_hc_start(struct usb_hcd *hcd) 1683static int imx21_hc_start(struct usb_hcd *hcd)
1684{ 1684{
1685 struct imx21 *imx21 = hcd_to_imx21(hcd); 1685 struct imx21 *imx21 = hcd_to_imx21(hcd);
1686 unsigned long flags; 1686 unsigned long flags;