From: Tony Lindgren Date: Tue, 4 May 2010 01:13:37 +0000 (-0700) Subject: usb: Fix USB_SUSPEND dependency for OTG X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8dd6520e78482b3a4db8e8103b807b7c2aaf49a;p=pandora-kernel.git usb: Fix USB_SUSPEND dependency for OTG 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 --- Reading git-diff-tree failed