
16 Oct
2012
16 Oct
'12
7:43 a.m.
Dear Harman Sohanpal,
Fix the compile warning : implicit declaration of musb_platform_init when CONFIG_MUSB_UDC is defined. The extern musb_platform_init was declared in musb_hcd.h but no such extern function was declared for musb_udc. So a common function has been declared in musb_core.h which can be used for both host mode and device mode.
Signed-off-by: Harman Sohanpal harman_sohanpal@ti.com
[...]
Tom, what's the status? I dont see the warning.
Best regards, Marek Vasut