X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=cpu%2Farm920t%2Fusb_ohci.c;h=6f4a9f7ae9d95001eab8970f56ff2685b7c313ba;hb=a2663ea4fc9d18cb8000c97ed92c3c668eda8e04;hp=a040c137576741cd29ef3fab0f0f58bba1555717;hpb=ef5a9672c778e22ecb522db625b5df78ea40ed23;p=people%2Fms%2Fu-boot.git diff --git a/cpu/arm920t/usb_ohci.c b/cpu/arm920t/usb_ohci.c index a040c13757..6f4a9f7ae9 100644 --- a/cpu/arm920t/usb_ohci.c +++ b/cpu/arm920t/usb_ohci.c @@ -34,11 +34,16 @@ */ #include -/* #include no PCI on the S3C2400 */ +/* #include no PCI on the S3C24X0 */ #ifdef CONFIG_USB_OHCI +#if defined(CONFIG_S3C2400) #include +#elif defined(CONFIG_S3C2410) +#include +#endif + #include #include #include "usb_ohci.h"