summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2008-03-26 17:47:44 +0100
committerMarkus Klotzbuecher <mk@denx.de>2008-03-26 18:09:55 +0100
commit841e5edd1623f3fecb6bffc5c2f938ed7a947360 (patch)
treec7076f733f4d8d062297731a9bc63c9af0a932eb
parent5b5eb9ca5b778f763bcf332697b35cc1e747626e (diff)
downloadtalos-obmc-uboot-841e5edd1623f3fecb6bffc5c2f938ed7a947360.tar.gz
talos-obmc-uboot-841e5edd1623f3fecb6bffc5c2f938ed7a947360.zip
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> Signed-off-by: Markus Klotzbuecher <mk@denx.de>
-rw-r--r--include/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb.h b/include/usb.h
index 4e1539fa88..5a6ffddec8 100644
--- a/include/usb.h
+++ b/include/usb.h
@@ -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
OpenPOWER on IntegriCloud