]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb_ohci.c
Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
[u-boot] / drivers / usb_ohci.c
index be1a615ebeb2b4bb22ab2da7e1a7693877033626..482633fc67ebc95367f4ed6f6fd28729f0a4c255 100644 (file)
@@ -43,7 +43,7 @@
 #include <common.h>
 /* #include <pci.h> no PCI on the S3C24X0 */
 
-#ifdef CONFIG_USB_OHCI
+#ifdef CONFIG_USB_OHCI_NEW
 
 /* mk: are these really required? */
 #if defined(CONFIG_S3C2400)
@@ -1756,4 +1756,4 @@ int usb_lowlevel_stop(void)
        return 0;
 }
 
-#endif /* CONFIG_USB_OHCI */
+#endif /* CONFIG_USB_OHCI_NEW */