From: Isaku Yamahata Date: Fri, 17 Oct 2008 02:17:44 +0000 (+0900) Subject: ia64: move function declaration, ia64_cpu_local_tick() from .c to .h X-Git-Tag: v2.6.28-rc1~64^2~1^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b4a18fcfadcc51987682fc266bb88ed59d12935;p=pandora-kernel.git ia64: move function declaration, ia64_cpu_local_tick() from .c to .h eliminate the function declaration ia64_cpu_local_tick() in process.c by defining in arch/ia64/include/asm/timex.h The same function will be used in a different .c file later. Signed-off-by: Isaku Yamahata Signed-off-by: Tony Luck --- Reading git-diff-tree failed