diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2009-08-13 19:18:02 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-23 15:46:34 +0200 |
commit | 74aee796c613f54e9f089170df548c0b3f15af69 (patch) | |
tree | 90e63e4648aa228a51993650d48c997feae77d9c /drivers/usb/host/ohci-ep93xx.c | |
parent | USB: otg: fix twl4030-usb build (diff) | |
download | linux-74aee796c613f54e9f089170df548c0b3f15af69.tar.xz linux-74aee796c613f54e9f089170df548c0b3f15af69.zip |
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 <hsweeten@visionengravers.com>
Cc: Lennert Buytenhek <kernel@wantstofly.org>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/ohci-ep93xx.c')
-rw-r--r-- | drivers/usb/host/ohci-ep93xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |