summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usb_ohci.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-11-07 22:46:21 +0100
committerRemy Böhmer <linux@bohmer.net>2008-11-28 21:24:12 +0100
commitd10c5a87cb8affbb4d35a311370316d4383d598e (patch)
treeb50cc075f8ed807b4bdd3e83731273b849c222d4 /drivers/usb/usb_ohci.c
parent2077e348c2a84901022ad95311b47b70361e6daa (diff)
downloadblackbird-obmc-uboot-d10c5a87cb8affbb4d35a311370316d4383d598e.tar.gz
blackbird-obmc-uboot-d10c5a87cb8affbb4d35a311370316d4383d598e.zip
drivers/usb: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Remy Böhmer <linux@bohmer.net>
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 e03371c09a..d68fdcf068 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 */
OpenPOWER on IntegriCloud