summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorH Hartley Sweeten2009-08-13 19:18:02 +0200
committerGreg Kroah-Hartman2009-09-23 15:46:34 +0200
commit74aee796c613f54e9f089170df548c0b3f15af69 (patch)
tree90e63e4648aa228a51993650d48c997feae77d9c /drivers/usb/host
parentUSB: otg: fix twl4030-usb build (diff)
downloadkernel-qcow2-linux-74aee796c613f54e9f089170df548c0b3f15af69.tar.gz
kernel-qcow2-linux-74aee796c613f54e9f089170df548c0b3f15af69.tar.xz
kernel-qcow2-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')
-rw-r--r--drivers/usb/host/ohci-ep93xx.c1
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);