X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cpu%2Farm920t%2Fs3c24x0%2Fusb_ohci.c;h=5aa8d64a55cfddeea11014c2256be3a1f6240824;hb=35e3717772c8c3534c18d8aac69e4b822777c23b;hp=7672e4ce110c901312d0e8949ba26cba1c7363aa;hpb=d67cce2dda3a40c3bd90a6c6e129fbb26dd4cfab;p=platform%2Fkernel%2Fu-boot.git diff --git a/cpu/arm920t/s3c24x0/usb_ohci.c b/cpu/arm920t/s3c24x0/usb_ohci.c index 7672e4c..5aa8d64 100644 --- a/cpu/arm920t/s3c24x0/usb_ohci.c +++ b/cpu/arm920t/s3c24x0/usb_ohci.c @@ -36,14 +36,9 @@ #include /* #include no PCI on the S3C24X0 */ -#ifdef CONFIG_USB_OHCI - -#if defined(CONFIG_S3C2400) -#include -#elif defined(CONFIG_S3C2410) -#include -#endif +#if defined(CONFIG_USB_OHCI) && defined(CONFIG_S3C24X0) +#include #include #include #include @@ -1757,4 +1752,4 @@ int usb_lowlevel_stop(void) return 0; } -#endif /* CONFIG_USB_OHCI */ +#endif /* defined(CONFIG_USB_OHCI) && defined(CONFIG_S3C24X0) */