[PATCH v2] ARM: OMAP1: usb: fix sparse warnings
From: tony@atomide.com (Tony Lindgren)
Date: 2012-10-26 21:33:31
Also in:
linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2012-10-26 21:33:31
Also in:
linux-omap
* Paul Walmsley [off-list ref] [121026 14:30]:
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. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Tony Lindgren <tony@atomide.com> Cc: Felipe Balbi <redacted> --- Applies on linux-omap/omap-for-v3.8/cleanup-headers.
Thanks applied. Regards, Tony