commit | 01cced250722d22d99c2342979490f93ca886521 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Apr 11 10:07:16 2006 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 21 15:04:09 2006 -0700 |
tree | b29b395305836a0f3690a69173e1df2a2f0ecf4f | |
parent | df47e5330b0f5decb0a5736e9a81fff49d46d151 [diff] |
[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 <galak@kernel.crashing.org> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>