From: Paul Walmsley Date: Sun, 17 Jun 2012 18:00:58 +0000 (-0600) Subject: ARM: OMAP2+: mux: fix sparse warning X-Git-Tag: v3.5-rc4~4^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e25976b75c4996c5650afadc4180db09ec7475;p=pandora-kernel.git ARM: OMAP2+: mux: fix sparse warning Commit bbd707acee279a61177a604822db92e8164d00db ("ARM: omap2: use machine specific hook for late init") resulted in the addition of this sparse warning: arch/arm/mach-omap2/mux.c:791:12: warning: symbol 'omap_mux_late_init' was not declared. Should it be static? Fix by including the header file containing the prototype. Signed-off-by: Paul Walmsley Cc: Shawn Guo Cc: Tony Lindgren --- Reading git-diff-tree failed