X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2Fusb.c;h=933afa9e7bc32f8346fdad5b62732907887e82e0;hb=d61ea14885631e58a25feaa81ee82eb464c62d6a;hp=0857494b27b974c442b07d96b4f30c46d8d0c54b;hpb=92c427b18982167064de454ae5248ec466998919;p=platform%2Fkernel%2Fu-boot.git diff --git a/common/usb.c b/common/usb.c index 0857494..933afa9 100644 --- a/common/usb.c +++ b/common/usb.c @@ -49,7 +49,7 @@ #include #include -#if (CONFIG_COMMANDS & CFG_CMD_USB) +#if defined(CONFIG_CMD_USB) #include #ifdef CONFIG_4xx @@ -1247,6 +1247,6 @@ int usb_hub_probe(struct usb_device *dev, int ifnum) return ret; } -#endif /* (CONFIG_COMMANDS & CFG_CMD_USB) */ +#endif /* EOF */