From: Jon Hunter Date: Fri, 1 Feb 2013 23:25:42 +0000 (-0600) Subject: ARM: OMAP4+: Fix sparse warning in system timers X-Git-Tag: omap-for-v3.10/timer-signed^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4615943cf3a531bc76f589c22bd366da092b7c0f;p=pandora-kernel.git ARM: OMAP4+: Fix sparse warning in system timers Commit 6bb27d7 (ARM: delete struct sys_timer) changed the function created by the macro OMAP_SYS_32K_TIMER_INIT from static void to void. For OMAP4+ devices this created the following sparse warning ... arch/arm/mach-omap2/timer.c:585:1: warning: symbol 'omap4_sync32k_timer_init' was not declared. Should it be static? The function omap4_sync32k_timer_init() is not referenced outside of the file timer.c and so make this function static. Signed-off-by: Jon Hunter --- Reading git-diff-tree failed