From: Olof Johansson Date: Fri, 30 Nov 2012 07:05:32 +0000 (-0800) Subject: ARM: omap: fix typo on timer cleanup X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~50^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73f14f6d007df1596da7cea9113084acfe846b8f;p=pandora-kernel.git ARM: omap: fix typo on timer cleanup Fix 32 vs 32k typo: arch/arm/mach-omap2/timer.c: In function 'omap4_local_timer_init': arch/arm/mach-omap2/timer.c:633:2: error: implicit declaration of function 'omap4_sync32_timer_init' [-Werror=implicit-function-declaration] arch/arm/mach-omap2/timer.c: At top level: arch/arm/mach-omap2/timer.c:610:2: warning: 'omap4_sync32k_timer_init' defined but not used [-Wunused-function] Also, mark the omap4_local_timer_init() stub as __init (and take off the explicit inline and let the compiler do the work instead). Signed-off-by: Olof Johansson Cc: Tony Lindgren Cc: Igor Grinberg --- Reading git-diff-tree failed