x86: fix mismerge in arch/x86/include/asm/timer.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 Mar 2009 00:10:27 +0000 (11:10 +1100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 Mar 2009 17:10:49 +0000 (10:10 -0700)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/include/asm/timer.h

index a81195e..bd37ed4 100644 (file)
@@ -12,9 +12,9 @@ unsigned long native_calibrate_tsc(void);
 
 #ifdef CONFIG_X86_32
 extern int timer_ack;
-extern int recalibrate_cpu_khz(void);
 extern irqreturn_t timer_interrupt(int irq, void *dev_id);
 #endif /* CONFIG_X86_32 */
+extern int recalibrate_cpu_khz(void);
 
 extern int no_timer_check;