[U-Boot] [PATCH] musb: fix compilation warning

Fixes below compilation warning omap3.c: In function 'musb_platform_init': omap3.c:123: warning: implicit declaration of function 'omap3_evm_need_extvbus'
CC: Remy Bohmer linux@bohmer.net Signed-off-by: Ajay Kumar Gupta ajay.gupta@ti.com --- drivers/usb/musb/omap3.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/musb/omap3.h b/drivers/usb/musb/omap3.h index c934e0c..2886d7e 100644 --- a/drivers/usb/musb/omap3.h +++ b/drivers/usb/musb/omap3.h @@ -45,7 +45,7 @@ int musb_platform_init(void);
#ifdef CONFIG_OMAP3_EVM -extern u8 omap3_evm_use_extvbus(void); +extern u8 omap3_evm_need_extvbus(void); #endif
#endif /* _MUSB_OMAP3_H */

Fixes below compilation warning omap3.c: In function 'musb_platform_init': omap3.c:123: warning: implicit declaration of function 'omap3_evm_need_extvbus'
CC: Remy Bohmer linux@bohmer.net Signed-off-by: Ajay Kumar Gupta ajay.gupta@ti.com
Remy,
If it OK with you I would like to add this to u-boot-ti.
The patch itself was in response to a compile issue which showed up when I ran MAKEALL
Regards, Sandeep

Fixes below compilation warning omap3.c: In function 'musb_platform_init': omap3.c:123: warning: implicit declaration of function 'omap3_evm_need_extvbus'
CC: Remy Bohmer linux@bohmer.net Signed-off-by: Ajay Kumar Gupta ajay.gupta@ti.com
Got an ACK from Remy offline
Pushed to u-boot-ti
participants (2)
-
Ajay Kumar Gupta
-
Paulraj, Sandeep