]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: mux: fix sparse warning
authorPaul Walmsley <paul@pwsan.com>
Sun, 17 Jun 2012 18:00:58 +0000 (12:00 -0600)
committerPaul Walmsley <paul@pwsan.com>
Fri, 22 Jun 2012 00:08:47 +0000 (18:08 -0600)
commit21172145eb00d8e7ef4bba1879a85135ba5b13da
treea9449d946c5bc2b0f42de345d776628563c47590
parentce81b7e12e2d358b7776387bb48226bf86d4a3a5
ARM: OMAP2+: mux: fix sparse warning

Commit 22f35a2f31219dd5a1e359eac6da79b9283a38e4 ("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 <paul@pwsan.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/mux.c