USB: OHCI support for PNX8550
OHCI HCD (Host Controller Driver) for USB. Bus Glue for PNX8550. Signed-off-by: Vitaly Wool <vitalywool@gmail.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
23d10a9e37
commit
5151d04068
@@ -885,6 +885,10 @@ MODULE_LICENSE ("GPL");
|
||||
#include "ohci-au1xxx.c"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_PNX8550
|
||||
#include "ohci-pnx8550.c"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_USB_OHCI_HCD_PPC_SOC
|
||||
#include "ohci-ppc-soc.c"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user