diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2009-08-13 13:18:02 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-23 09:46:34 -0400 |
commit | 74aee796c613f54e9f089170df548c0b3f15af69 (patch) | |
tree | 90e63e4648aa228a51993650d48c997feae77d9c /drivers/usb/host/ohci-ep93xx.c | |
parent | 63ead6a00d54a645667c141d8aaf0f6ffe1212be (diff) |
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) | |||
188 | { | 188 | { |
189 | struct usb_hcd *hcd = platform_get_drvdata(pdev); | 189 | struct usb_hcd *hcd = platform_get_drvdata(pdev); |
190 | struct ohci_hcd *ohci = hcd_to_ohci(hcd); | 190 | struct ohci_hcd *ohci = hcd_to_ohci(hcd); |
191 | int status; | ||
192 | 191 | ||
193 | if (time_before(jiffies, ohci->next_statechange)) | 192 | if (time_before(jiffies, ohci->next_statechange)) |
194 | msleep(5); | 193 | msleep(5); |