Skip to content
Snippets Groups Projects
Commit 25c1a411 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Linus Torvalds
Browse files

x86: fix mismerge in arch/x86/include/asm/timer.h

parent b94d10e7
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,9 @@ unsigned long native_calibrate_tsc(void); ...@@ -12,9 +12,9 @@ unsigned long native_calibrate_tsc(void);
#ifdef CONFIG_X86_32 #ifdef CONFIG_X86_32
extern int timer_ack; extern int timer_ack;
extern int recalibrate_cpu_khz(void);
extern irqreturn_t timer_interrupt(int irq, void *dev_id); extern irqreturn_t timer_interrupt(int irq, void *dev_id);
#endif /* CONFIG_X86_32 */ #endif /* CONFIG_X86_32 */
extern int recalibrate_cpu_khz(void);
extern int no_timer_check; extern int no_timer_check;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment