diff options
author | Vitaly Wool <vitalywool@gmail.com> | 2006-10-09 04:32:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-12-20 13:14:27 -0500 |
commit | 5151d04068e37e710d2cc3962351ca0979fc5ad1 (patch) | |
tree | b0ed3d5367f807071a72dfaf9fb722d8e5926900 /drivers/usb/host/ohci-hcd.c | |
parent | 23d10a9e376d6a9cd4afd4e27e5e403864f6729b (diff) |
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>
Diffstat (limited to 'drivers/usb/host/ohci-hcd.c')
-rw-r--r-- | drivers/usb/host/ohci-hcd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index c31f00b7ab45..c1c1d871aba4 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c | |||
@@ -885,6 +885,10 @@ MODULE_LICENSE ("GPL"); | |||
885 | #include "ohci-au1xxx.c" | 885 | #include "ohci-au1xxx.c" |
886 | #endif | 886 | #endif |
887 | 887 | ||
888 | #ifdef CONFIG_PNX8550 | ||
889 | #include "ohci-pnx8550.c" | ||
890 | #endif | ||
891 | |||
888 | #ifdef CONFIG_USB_OHCI_HCD_PPC_SOC | 892 | #ifdef CONFIG_USB_OHCI_HCD_PPC_SOC |
889 | #include "ohci-ppc-soc.c" | 893 | #include "ohci-ppc-soc.c" |
890 | #endif | 894 | #endif |