This is a note to let you know that I've just added the patch titled Subject: USB: ohci-ep93xx.c: remove unused variable to my gregkh-2.6 tree. Its filename is usb-ohci-ep93xx.c-remove-unused-variable.patch This tree can be found at http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/ >From hartleys@xxxxxxxxxxxxxxxxxxx Thu Aug 13 16:58:31 2009 From: "H Hartley Sweeten" <hartleys@xxxxxxxxxxxxxxxxxxx> Date: Thu, 13 Aug 2009 13:18:02 -0400 Subject: USB: ohci-ep93xx.c: remove unused variable To: <linux-arm-kernel@xxxxxxxxxxxxxxxxxxxxxx> Cc: "Lennert Buytenhek" <buytenh@xxxxxxxxxxxxxx>, <linux-usb@xxxxxxxxxxxxxxx> Message-ID: <BD79186B4FD85F4B8E60E381CAEE190901BE9D26@xxxxxxxxxxxxxxxxxxxx> Remove unused variable in ohci-ep93xx.c. This only shows up when CONFIG_PM is enabled. Signed-off-by: H Hartley Sweeten <hsweeten@xxxxxxxxxxxxxxxxxxx> Cc: Lennert Buytenhek <kernel@xxxxxxxxxxxxxx> Cc: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx> --- drivers/usb/host/ohci-ep93xx.c | 1 - 1 file changed, 1 deletion(-) --- 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(st { 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); -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html