]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] USB: allow multiple types of EHCI controllers to be built as modules
authorKumar Gala <galak@kernel.crashing.org>
Tue, 11 Apr 2006 15:07:16 +0000 (10:07 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 22:04:09 +0000 (15:04 -0700)
commitabd92f14353cd635edb773b8a6c238e1945494d1
treeb29b395305836a0f3690a69173e1df2a2f0ecf4f
parentad78d2a47052c3d4957cec7aa21262ff6e0f0b1c
[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>
arch/powerpc/sysdev/fsl_soc.c
arch/ppc/syslib/mpc83xx_devices.c
drivers/usb/host/ehci-au1xxx.c
drivers/usb/host/ehci-fsl.c
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-pci.c