usb: host: ehci-mv: remove unused variable
authorChao Xie <chao.xie@marvell.com>
Thu, 24 Jan 2013 06:38:29 +0000 (01:38 -0500)
committerFelipe Balbi <balbi@ti.com>
Thu, 24 Jan 2013 19:11:34 +0000 (21:11 +0200)
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>
drivers/usb/host/ehci-mv.c

index f7bfc0b..0da3f08 100644 (file)
@@ -302,7 +302,6 @@ static int mv_ehci_remove(struct platform_device *pdev)
 {
        struct ehci_hcd_mv *ehci_mv = platform_get_drvdata(pdev);
        struct usb_hcd *hcd = ehci_mv->hcd;
-       int clk_i;
 
        if (hcd->rh_registered)
                usb_remove_hcd(hcd);