From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] usb: Fix USB_SUSPEND dependency for OTG
Date: Thu, 11 Mar 2010 10:03:29 -0800 [thread overview]
Message-ID: <20100311180329.20537.95308.stgit@baageli.muru.com> (raw)
In-Reply-To: <20100311180023.20537.27516.stgit@baageli.muru.com>
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>
---
drivers/usb/core/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig
index 97a819c..7e59444 100644
--- a/drivers/usb/core/Kconfig
+++ b/drivers/usb/core/Kconfig
@@ -109,7 +109,7 @@ config USB_SUSPEND
config USB_OTG
bool
depends on USB && EXPERIMENTAL
- select USB_SUSPEND
+ depends on USB_SUSPEND
default n
next prev parent reply other threads:[~2010-03-11 18:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-11 18:03 [PATCH 0/3] USB compile fixes omaps Tony Lindgren
2010-03-11 18:03 ` [PATCH 1/3] usb: Fix compile error for omaps for musb_hdrc Tony Lindgren
2010-03-12 8:30 ` Felipe Balbi
2010-03-12 8:33 ` Felipe Balbi
2010-03-11 18:03 ` Tony Lindgren [this message]
2010-03-11 18:20 ` [PATCH 2/3] usb: Fix USB_SUSPEND dependency for OTG Gadiyar, Anand
2010-03-11 18:41 ` Tony Lindgren
2010-03-11 18:03 ` [PATCH 3/3] usb: Fix tusb6010 for DMA API Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100311180329.20537.95308.stgit@baageli.muru.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).