[PATCH] ARM: OMAP1: usb: fix sparse warnings
From: paul@pwsan.com (Paul Walmsley)
Date: 2012-10-26 21:25:59
Also in:
linux-omap
From: paul@pwsan.com (Paul Walmsley)
Date: 2012-10-26 21:25:59
Also in:
linux-omap
On Fri, 26 Oct 2012, Tony Lindgren wrote:
* Paul Walmsley [off-list ref] [121026 13:54]:quoted
Resolve the following sparse warnings: arch/arm/mach-omap1/usb.c:304:12: warning: symbol 'omap1_usb0_init' was not declared. Should it be static? arch/arm/mach-omap1/usb.c:412:12: warning: symbol 'omap1_usb1_init' was not declared. Should it be static? arch/arm/mach-omap1/usb.c:478:12: warning: symbol 'omap1_usb2_init' was not declared. Should it be static? by declaring those functions as static. Also remove the unneeded prototypes and related code from the plat/usb.h header file. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Tony Lindgren <tony@atomide.com> Cc: Felipe Balbi <redacted> --- Tony, care to take this one?Let's apply just the usb.c changes on omap-for-v3.8/cleanup-headers as plat/usb.h is now gone?
OK no problem, thought you might want it for the -rc series... - Paul