diff options
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r-- | drivers/usb/host/ehci-hcd.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 9dd3d14c64f3..8730babb5771 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
@@ -891,6 +891,12 @@ MODULE_LICENSE ("GPL"); | |||
891 | #include "ehci-pci.c" | 891 | #include "ehci-pci.c" |
892 | #endif | 892 | #endif |
893 | 893 | ||
894 | #if !defined(CONFIG_PCI) | 894 | #ifdef CONFIG_PPC_83xx |
895 | #include "ehci-fsl.c" | ||
896 | #endif | ||
897 | |||
898 | #if !(defined(CONFIG_PCI) || \ | ||
899 | defined(CONFIG_PPC_83xx) \ | ||
900 | ) | ||
895 | #error "missing bus glue for ehci-hcd" | 901 | #error "missing bus glue for ehci-hcd" |
896 | #endif | 902 | #endif |