From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 16 Oct 2012 07:43:29 +0200 Subject: [U-Boot] [PATCH v4 3/3] musb_udc : Fix compile warning. In-Reply-To: <1340969606-8448-4-git-send-email-harman_sohanpal@ti.com> References: <1340969606-8448-1-git-send-email-harman_sohanpal@ti.com> <1340969606-8448-4-git-send-email-harman_sohanpal@ti.com> Message-ID: <201210160743.29950.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 [...] Tom, what's the status? I dont see the warning. Best regards, Marek Vasut