From: Kumar Gala Date: Tue, 11 Apr 2006 15:07:16 +0000 (-0500) Subject: [PATCH] USB: allow multiple types of EHCI controllers to be built as modules X-Git-Tag: v2.6.18-rc1~858^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01cced250722d22d99c2342979490f93ca886521;p=pandora-kernel.git [PATCH] USB: allow multiple types of EHCI controllers to be built as modules In some systems we may have both a platform EHCI controller and PCI EHCI controller. Previously we couldn't build the EHCI support as a module due to conflicting module_init() calls in the code. Signed-off-by: Kumar Gala Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed