aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/timex_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/timex_64.h')
-rw-r--r--include/asm-x86/timex_64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/timex_64.h b/include/asm-x86/timex_64.h
index 6ed21f44d30..901bf89ce64 100644
--- a/include/asm-x86/timex_64.h
+++ b/include/asm-x86/timex_64.h
@@ -6,7 +6,6 @@
#ifndef _ASMx8664_TIMEX_H
#define _ASMx8664_TIMEX_H
-#include <asm/8253pit.h>
#include <asm/msr.h>
#include <asm/vsyscall.h>
#include <asm/system.h>
@@ -14,6 +13,7 @@
#include <asm/tsc.h>
#include <linux/compiler.h>
+#define PIT_TICK_RATE 1193182UL
#define CLOCK_TICK_RATE PIT_TICK_RATE /* Underlying HZ */
extern int read_current_timer(unsigned long *timer_value);