diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:38 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:38 +0200 |
commit | d6e9ee92e890f67594ab150689510df361133ead (patch) | |
tree | d76987f91295c1e4585130f6d2f43b28fae6fa94 /common/usb.c | |
parent | f5acb9fd9bba1160de3ef349c7d33fe510eda286 (diff) | |
download | u-boot-imx-d6e9ee92e890f67594ab150689510df361133ead.zip u-boot-imx-d6e9ee92e890f67594ab150689510df361133ead.tar.gz u-boot-imx-d6e9ee92e890f67594ab150689510df361133ead.tar.bz2 |
common: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'common/usb.c')
-rw-r--r-- | common/usb.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/usb.c b/common/usb.c index a45d113..9502f39 100644 --- a/common/usb.c +++ b/common/usb.c @@ -50,8 +50,6 @@ #include <linux/ctype.h> #include <asm/byteorder.h> -#if defined(CONFIG_CMD_USB) - #include <usb.h> #ifdef CONFIG_4xx #include <asm/4xx_pci.h> @@ -1247,6 +1245,4 @@ int usb_hub_probe(struct usb_device *dev, int ifnum) return ret; } -#endif - /* EOF */ |