summaryrefslogtreecommitdiff
path: root/drivers/usb/usb_ohci.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-12-05 00:24:32 +0100
committerWolfgang Denk <wd@denx.de>2008-12-05 00:24:32 +0100
commit26f6a2b7f3d215a0bd291e8b37be5a359878037c (patch)
tree5e890a3cb4b36ab9c64cb1f103f268fcdf46bbdd /drivers/usb/usb_ohci.c
parent762bd90cbb6536d2c8451c13fe23552f3311f860 (diff)
parent3c2c2f427905040c1513d0c51d637689cba48346 (diff)
downloadolio-uboot-2014.01-26f6a2b7f3d215a0bd291e8b37be5a359878037c.tar.xz
olio-uboot-2014.01-26f6a2b7f3d215a0bd291e8b37be5a359878037c.zip
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'drivers/usb/usb_ohci.c')
-rw-r--r--drivers/usb/usb_ohci.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/usb_ohci.c b/drivers/usb/usb_ohci.c
index e03371c09..d68fdcf06 100644
--- a/drivers/usb/usb_ohci.c
+++ b/drivers/usb/usb_ohci.c
@@ -46,9 +46,6 @@
*/
#include <common.h>
-
-#ifdef CONFIG_USB_OHCI_NEW
-
#include <asm/byteorder.h>
#if defined(CONFIG_PCI_OHCI)
@@ -2016,4 +2013,3 @@ int usb_lowlevel_stop(void)
ohci_inited = 0;
return 0;
}
-#endif /* CONFIG_USB_OHCI_NEW */