From: Alan Stern Date: Fri, 2 Nov 2012 16:34:41 +0000 (-0400) Subject: USB: EHCI: fix build error by making ChipIdea host a normal EHCI driver X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f6ffde2ecef4cc4e2a5edaa303210cabd96f57;p=pandora-kernel.git USB: EHCI: fix build error by making ChipIdea host a normal EHCI driver This patch (as1627) splits the ehci-hcd core code, which has become a separate library module, out from the ChipIdea host driver. Instead of #include-ing ehci-hcd.c directly, the ChipIdea module will now use the ehci-hcd library in a normal fashion. This fixes a build error caused by commit 3e0232039967d7a1a06c013d097458b4d5892af1 (USB: EHCI: prepare to make ehci-hcd a library module); I had forgotten about the unorthodox way the ChipIdea driver uses the ehci-hcd code. Signed-off-by: Alan Stern Acked-by: Alexander Shishkin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed