X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fusb.c;h=4df01eabe513163eeb80475f9495b72ea504ac80;hb=b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0;hp=0857494b27b974c442b07d96b4f30c46d8d0c54b;hpb=92c427b18982167064de454ae5248ec466998919;p=u-boot diff --git a/common/usb.c b/common/usb.c index 0857494b27..4df01eabe5 100644 --- a/common/usb.c +++ b/common/usb.c @@ -49,11 +49,11 @@ #include #include -#if (CONFIG_COMMANDS & CFG_CMD_USB) +#if defined(CONFIG_CMD_USB) #include #ifdef CONFIG_4xx -#include <405gp_pci.h> +#include #endif #undef USB_DEBUG @@ -1247,6 +1247,6 @@ int usb_hub_probe(struct usb_device *dev, int ifnum) return ret; } -#endif /* (CONFIG_COMMANDS & CFG_CMD_USB) */ +#endif /* EOF */