mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Fix compilation error in cmd_usb.c
This patch fixes compilation error cmd_usb.c: In function 'do_usb': cmd_usb.c:552: error: void value not ignored as it ought to be Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
d8c82db482
commit
e813eae3bf
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ void usb_event_poll(void);
|
|||
#define USB_MAX_STOR_DEV 5
|
||||
block_dev_desc_t *usb_stor_get_dev(int index);
|
||||
int usb_stor_scan(int mode);
|
||||
void usb_stor_info(void);
|
||||
int usb_stor_info(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue