From: Vaibhav Hiremath Date: Wed, 28 Nov 2012 21:56:41 +0000 (-0600) Subject: ARM: OMAP2+: Fix sparse warnings in timer.c X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf85f205d95eb223e849914101e0db1a5a576a3c;p=pandora-kernel.git ARM: OMAP2+: Fix sparse warnings in timer.c Sparse generates the following warnings when compiling mach-omap2/timer.c. CHECK arch/arm/mach-omap2/timer.c arch/arm/mach-omap2/timer.c:193:13: warning: symbol 'omap_dmtimer_init' was not declared. Should it be static? arch/arm/mach-omap2/timer.c:213:12: warning: symbol 'omap_dm_timer_get_errata' was not declared. Should it be static? Add static to function declaration to fix warnings. Signed-off-by: Vaibhav Hiremath Signed-off-by: Jon Hunter --- Reading git-diff-tree failed