From: Paul Walmsley Date: Fri, 26 Oct 2012 21:28:58 +0000 (+0000) Subject: ARM: OMAP1: usb: fix sparse warnings X-Git-Tag: omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3-signed~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eba36d77a80ba2b0bc435fafc8a1ea4f571da4f6;p=pandora-kernel.git ARM: OMAP1: usb: fix sparse warnings 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 Cc: Tony Lindgren Cc: Felipe Balbi [tony@atomide.com: this was missed with plat/usb.h removal] Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed