diff options
Diffstat (limited to 'drivers/usb/host/ohci-hcd.c')
-rw-r--r-- | drivers/usb/host/ohci-hcd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index a4b12404ae08..2990be269000 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c | |||
@@ -905,6 +905,10 @@ MODULE_LICENSE ("GPL"); | |||
905 | #include "ohci-ppc-soc.c" | 905 | #include "ohci-ppc-soc.c" |
906 | #endif | 906 | #endif |
907 | 907 | ||
908 | #ifdef CONFIG_ARCH_AT91RM9200 | ||
909 | #include "ohci-at91.c" | ||
910 | #endif | ||
911 | |||
908 | #if !(defined(CONFIG_PCI) \ | 912 | #if !(defined(CONFIG_PCI) \ |
909 | || defined(CONFIG_SA1111) \ | 913 | || defined(CONFIG_SA1111) \ |
910 | || defined(CONFIG_ARCH_S3C2410) \ | 914 | || defined(CONFIG_ARCH_S3C2410) \ |
@@ -913,6 +917,7 @@ MODULE_LICENSE ("GPL"); | |||
913 | || defined (CONFIG_PXA27x) \ | 917 | || defined (CONFIG_PXA27x) \ |
914 | || defined (CONFIG_SOC_AU1X00) \ | 918 | || defined (CONFIG_SOC_AU1X00) \ |
915 | || defined (CONFIG_USB_OHCI_HCD_PPC_SOC) \ | 919 | || defined (CONFIG_USB_OHCI_HCD_PPC_SOC) \ |
920 | || defined (CONFIG_ARCH_AT91RM9200) \ | ||
916 | ) | 921 | ) |
917 | #error "missing bus glue for ohci-hcd" | 922 | #error "missing bus glue for ohci-hcd" |
918 | #endif | 923 | #endif |