From: David Rientjes Date: Fri, 26 Apr 2013 20:25:01 +0000 (-0700) Subject: usb, chipidea: fix link error when USB_EHCI_HCD is a module X-Git-Tag: v3.10-rc3~26^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c8bfed7aaeba690de30835fe89882e1047a55fd;p=pandora-kernel.git usb, chipidea: fix link error when USB_EHCI_HCD is a module 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed