diff options
-rw-r--r-- | drivers/usb/host/ehci-mv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-mv.c b/drivers/usb/host/ehci-mv.c index f7bfc0b898b9..0da3f081aa78 100644 --- a/drivers/usb/host/ehci-mv.c +++ b/drivers/usb/host/ehci-mv.c | |||
@@ -302,7 +302,6 @@ static int mv_ehci_remove(struct platform_device *pdev) | |||
302 | { | 302 | { |
303 | struct ehci_hcd_mv *ehci_mv = platform_get_drvdata(pdev); | 303 | struct ehci_hcd_mv *ehci_mv = platform_get_drvdata(pdev); |
304 | struct usb_hcd *hcd = ehci_mv->hcd; | 304 | struct usb_hcd *hcd = ehci_mv->hcd; |
305 | int clk_i; | ||
306 | 305 | ||
307 | if (hcd->rh_registered) | 306 | if (hcd->rh_registered) |
308 | usb_remove_hcd(hcd); | 307 | usb_remove_hcd(hcd); |