]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: time_XX.c declare functions before they get used
authorJaswinder Singh <jaswinder@infradead.org>
Mon, 21 Jul 2008 16:22:51 +0000 (21:52 +0530)
committerIngo Molnar <mingo@elte.hu>
Tue, 22 Jul 2008 12:36:01 +0000 (14:36 +0200)
commitcc0384917bf69079088701a0725c5fc6b554bf35
treed6c5666421b5efd1ef2e492c88416f07e0c8d123
parentb994b6c0332a5499b33880855dadad04d74cde54
x86: time_XX.c declare functions before they get used

Declare time_init() in asm-x86/time.h

Also did cleanup in asm-x86/timer.h :
timer_ack is only required for X86_32
int recalibrate_cpu_khz(void) is for X86_32

Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
arch/x86/kernel/time_32.c
include/asm-x86/time.h
include/asm-x86/timer.h