usb: Fix USB_SUSPEND dependency for OTG
authorTony Lindgren <tony@atomide.com>
Mon, 26 Apr 2010 21:36:44 +0000 (14:36 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 26 Apr 2010 21:39:12 +0000 (14:39 -0700)
To use this, PM_RUNTIME must be set as discussed at:

http://thread.gmane.org/gmane.linux.usb.general/27432/focus=4460

Otherwise we'll get errors like:

drivers/usb/core/hcd.c:1892: error: 'pm_wq' undeclared (first use in this function)
drivers/usb/core/hcd.c:1892: error: (Each undeclared identifier is reported only once
drivers/usb/core/hcd.c:1892: error: for each function it appears in.)

Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found