]> www.infradead.org Git - users/dwmw2/linux.git/commit
usb, chipidea: fix link error when USB_EHCI_HCD is a module
authorDavid Rientjes <rientjes@google.com>
Fri, 26 Apr 2013 20:25:01 +0000 (13:25 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Jun 2013 19:52:25 +0000 (12:52 -0700)
commitc547195882f735a27470dbdc6bcfec210d3aa0b5
tree0365f84e465b8642583f3ad704a3e7b1db51ce63
parent58f965f674d22d5327f01e34628944c230317ddd
usb, chipidea: fix link error when USB_EHCI_HCD is a module

commit 7c8bfed7aaeba690de30835fe89882e1047a55fd upstream.

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").

Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/Kconfig