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'

Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Acked-by: Remy Bohmer <linux@bohmer.net>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
This commit is contained in:
Ajay Kumar Gupta 2010-07-15 16:11:01 -04:00 committed by Sandeep Paulraj
parent 37adbf9b12
commit 900c0c6b0a
1 changed files with 1 additions and 1 deletions

View File

@ -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 */