From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 26 Oct 2012 14:33:31 -0700 Subject: [PATCH v2] ARM: OMAP1: usb: fix sparse warnings In-Reply-To: References: <20121026212059.GV11908@atomide.com> Message-ID: <20121026213331.GX11908@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Paul Walmsley [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 > Cc: Tony Lindgren > Cc: Felipe Balbi > --- > > Applies on linux-omap/omap-for-v3.8/cleanup-headers. Thanks applied. Regards, Tony