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

2010-07-15 Thread Paulraj, 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 > Signed-off-by: Ajay Kumar Gupta > --- Got an ACK from Remy offline Pushed to u-boo

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

2010-07-07 Thread Paulraj, 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 > Signed-off-by: Ajay Kumar Gupta > --- Remy, If it OK with you I would like to add th

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

2010-07-05 Thread Ajay Kumar Gupta
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 Signed-off-by: Ajay Kumar Gupta --- drivers/usb/musb/omap3.h |2 +- 1 files changed, 1 insertion