From: H Hartley Sweeten Date: Thu, 13 Aug 2009 17:18:02 +0000 (-0400) Subject: USB: ohci-ep93xx.c: remove unused variable X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=74aee796c613f54e9f089170df548c0b3f15af69;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git USB: ohci-ep93xx.c: remove unused variable Remove unused variable in ohci-ep93xx.c. This only shows up when CONFIG_PM is enabled. Signed-off-by: H Hartley Sweeten Cc: Lennert Buytenhek Cc: David Brownell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ohci-ep93xx.c b/drivers/usb/host/ohci-ep93xx.c index b0dbf4157d29..4e681613e7ae 100644 --- a/drivers/usb/host/ohci-ep93xx.c +++ b/drivers/usb/host/ohci-ep93xx.c @@ -188,7 +188,6 @@ static int ohci_hcd_ep93xx_drv_resume(struct platform_device *pdev) { struct usb_hcd *hcd = platform_get_drvdata(pdev); struct ohci_hcd *ohci = hcd_to_ohci(hcd); - int status; if (time_before(jiffies, ohci->next_statechange)) msleep(5);