diff options
author | Chao Xie <chao.xie@marvell.com> | 2013-01-24 01:38:29 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-01-24 14:11:34 -0500 |
commit | ab592a74a5519d9de2af3003a721cfe0c6684b8a (patch) | |
tree | 164d389cce8e24fbfa616e9e4d3e417b126474f4 /drivers/usb/host/ehci-mv.c | |
parent | fb3dfe13d0cc7e76c9d4a73a72f17f80f63590a7 (diff) |
usb: host: ehci-mv: remove unused variable
Signed-off-by: Chao Xie <chao.xie@marvell.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/host/ehci-mv.c')
-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); |