diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-11-07 22:46:21 +0100 |
---|---|---|
committer | Remy Böhmer <linux@bohmer.net> | 2008-11-28 21:24:12 +0100 |
commit | d10c5a87cb8affbb4d35a311370316d4383d598e (patch) | |
tree | b50cc075f8ed807b4bdd3e83731273b849c222d4 /drivers/usb/usbdcore_omap1510.c | |
parent | 2077e348c2a84901022ad95311b47b70361e6daa (diff) | |
download | u-boot-imx-d10c5a87cb8affbb4d35a311370316d4383d598e.zip u-boot-imx-d10c5a87cb8affbb4d35a311370316d4383d598e.tar.gz u-boot-imx-d10c5a87cb8affbb4d35a311370316d4383d598e.tar.bz2 |
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/usbdcore_omap1510.c')
-rw-r--r-- | drivers/usb/usbdcore_omap1510.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/usbdcore_omap1510.c b/drivers/usb/usbdcore_omap1510.c index 4e3239f..cb9dc44 100644 --- a/drivers/usb/usbdcore_omap1510.c +++ b/drivers/usb/usbdcore_omap1510.c @@ -27,9 +27,6 @@ */ #include <common.h> - -#if ((defined(CONFIG_OMAP1510) || defined(CONFIG_OMAP1610)) && defined(CONFIG_USB_DEVICE)) - #include <asm/io.h> #ifdef CONFIG_OMAP_SX1 #include <i2c.h> @@ -1566,4 +1563,3 @@ void udc_unset_nak (int epid) { /* TODO: implement this functionality in omap1510 */ } -#endif |