aboutsummaryrefslogtreecommitdiff
path: root/include/asm-i386/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/timer.h')
-rw-r--r--include/asm-i386/timer.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-i386/timer.h b/include/asm-i386/timer.h
deleted file mode 100644
index d0ebd05f851..00000000000
--- a/include/asm-i386/timer.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef _ASMi386_TIMER_H
-#define _ASMi386_TIMER_H
-#include <linux/init.h>
-#include <linux/pm.h>
-
-#define TICK_SIZE (tick_nsec / 1000)
-void setup_pit_timer(void);
-/* Modifiers for buggy PIT handling */
-extern int pit_latch_buggy;
-extern int timer_ack;
-extern int recalibrate_cpu_khz(void);
-
-#endif