X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=common%2Fusb_storage.c;h=0f79f367c90b213bf1187cc1c43b278e6197353c;hb=10aaf716cb0dc6614df54ef78bed5144afd23ef8;hp=196ceb735934289255047991a41a4942798a93be;hpb=eb867a76238fb38e952c37871b16d0d7fd61c95f;p=karo-tx-uboot.git diff --git a/common/usb_storage.c b/common/usb_storage.c index 196ceb7359..0f79f367c9 100644 --- a/common/usb_storage.c +++ b/common/usb_storage.c @@ -55,7 +55,7 @@ #include -#if (CONFIG_COMMANDS & CFG_CMD_USB) +#if defined(CONFIG_CMD_USB) #include #include @@ -1249,4 +1249,4 @@ int usb_stor_get_info(struct usb_device *dev,struct us_data *ss,block_dev_desc_t } #endif /* CONFIG_USB_STORAGE */ -#endif /* CFG_CMD_USB */ +#endif