diff options
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 a45d113a74..9502f39038 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 */ |