diff options
| author | Stephen Rothwell <sfr@canb.auug.org.au> | 2009-03-29 20:10:27 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-03-30 13:10:49 -0400 |
| commit | 25c1a411e8a0a709abe3449866125dc290711ea8 (patch) | |
| tree | b9392dbf99afd1d72380e464d1a221eb20fd8566 | |
| parent | b94d10e7f6fce9af7d5054845511a00575c4b4f5 (diff) | |
x86: fix mismerge in arch/x86/include/asm/timer.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | arch/x86/include/asm/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/timer.h b/arch/x86/include/asm/timer.h index a81195eaa2b3..bd37ed444a21 100644 --- a/arch/x86/include/asm/timer.h +++ b/arch/x86/include/asm/timer.h | |||
| @@ -12,9 +12,9 @@ unsigned long native_calibrate_tsc(void); | |||
| 12 | 12 | ||
| 13 | #ifdef CONFIG_X86_32 | 13 | #ifdef CONFIG_X86_32 |
| 14 | extern int timer_ack; | 14 | extern int timer_ack; |
| 15 | extern int recalibrate_cpu_khz(void); | ||
| 16 | extern irqreturn_t timer_interrupt(int irq, void *dev_id); | 15 | extern irqreturn_t timer_interrupt(int irq, void *dev_id); |
| 17 | #endif /* CONFIG_X86_32 */ | 16 | #endif /* CONFIG_X86_32 */ |
| 17 | extern int recalibrate_cpu_khz(void); | ||
| 18 | 18 | ||
| 19 | extern int no_timer_check; | 19 | extern int no_timer_check; |
| 20 | 20 | ||
