public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch for-3.8-rc8] usb, chipidea: fix link error when USB_EHCI_HCD is a module
@ 2013-04-26 20:25 David Rientjes
  2013-04-26 20:33 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: David Rientjes @ 2013-04-26 20:25 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Alan Stern, Alexander Shishkin, Greg Kroah-Hartman, linux-usb,
	linux-kernel

Fixes link error when USB_EHCI_HCD=m and USB_CHIPIDEA_HOST=y:

	drivers/built-in.o: In function `ci_hdrc_host_init':
	drivers/usb/chipidea/host.c:104: undefined reference to `ehci_init_driver'

as a result of commit 09f6ffde2ece ("USB: EHCI: fix build error by making
ChipIdea host a normal EHCI driver").

Cc: stable@vger.kernel.org [v3.7+]
Signed-off-by: David Rientjes <rientjes@google.com>
---
 drivers/usb/chipidea/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/chipidea/Kconfig b/drivers/usb/chipidea/Kconfig
--- a/drivers/usb/chipidea/Kconfig
+++ b/drivers/usb/chipidea/Kconfig
@@ -20,7 +20,7 @@ config USB_CHIPIDEA_UDC
 config USB_CHIPIDEA_HOST
 	bool "ChipIdea host controller"
 	depends on USB=y || USB=USB_CHIPIDEA
-	depends on USB_EHCI_HCD
+	depends on USB_EHCI_HCD=y
 	select USB_EHCI_ROOT_HUB_TT
 	help
 	  Say Y here to enable host controller functionality of the

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-26 22:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26 20:25 [patch for-3.8-rc8] usb, chipidea: fix link error when USB_EHCI_HCD is a module David Rientjes
2013-04-26 20:33 ` Greg Kroah-Hartman
2013-04-26 21:50   ` David Rientjes
2013-04-26 22:00     ` Greg Kroah-Hartman
2013-04-26 22:14       ` David Rientjes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox