Skip to content
Snippets Groups Projects
Commit 900c0c6b authored by Ajay Kumar Gupta's avatar Ajay Kumar Gupta Committed by Sandeep Paulraj
Browse files

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: default avatarAjay Kumar Gupta <ajay.gupta@ti.com>
Acked-by: default avatarRemy Bohmer <linux@bohmer.net>
Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
parent 37adbf9b
Branches
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment