aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ohci-hcd.c')
-rw-r--r--drivers/usb/host/ohci-hcd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c
index 0684f57c14a..cbf38ae5ae7 100644
--- a/drivers/usb/host/ohci-hcd.c
+++ b/drivers/usb/host/ohci-hcd.c
@@ -940,6 +940,10 @@ MODULE_LICENSE ("GPL");
940#include "ohci-at91.c" 940#include "ohci-at91.c"
941#endif 941#endif
942 942
943#ifdef CONFIG_ARCH_PNX4008
944#include "ohci-pnx4008.c"
945#endif
946
943#if !(defined(CONFIG_PCI) \ 947#if !(defined(CONFIG_PCI) \
944 || defined(CONFIG_SA1111) \ 948 || defined(CONFIG_SA1111) \
945 || defined(CONFIG_ARCH_S3C2410) \ 949 || defined(CONFIG_ARCH_S3C2410) \
@@ -951,6 +955,7 @@ MODULE_LICENSE ("GPL");
951 || defined (CONFIG_USB_OHCI_HCD_PPC_SOC) \ 955 || defined (CONFIG_USB_OHCI_HCD_PPC_SOC) \
952 || defined (CONFIG_ARCH_AT91RM9200) \ 956 || defined (CONFIG_ARCH_AT91RM9200) \
953 || defined (CONFIG_ARCH_AT91SAM9261) \ 957 || defined (CONFIG_ARCH_AT91SAM9261) \
958 || defined (CONFIG_ARCH_PNX4008) \
954 ) 959 )
955#error "missing bus glue for ohci-hcd" 960#error "missing bus glue for ohci-hcd"
956#endif 961#endif