[MIPS] Fix pcspeaker build.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 15 Nov 2007 23:42:11 +0000 (23:42 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 26 Nov 2007 17:26:13 +0000 (17:26 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/8253pit.h [deleted file]
include/asm-mips/i8253.h

diff --git a/include/asm-mips/8253pit.h b/include/asm-mips/8253pit.h
deleted file mode 100644 (file)
index 285f784..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * 8253/8254 Programmable Interval Timer
- */
-
-#ifndef _8253PIT_H
-#define _8253PIT_H
-
-#define PIT_TICK_RATE  1193182UL
-
-#endif
index 032ca73..5dabc87 100644 (file)
@@ -12,6 +12,8 @@
 #define PIT_CH0                        0x40
 #define PIT_CH2                        0x42
 
+#define PIT_TICK_RATE          1193182UL
+
 extern spinlock_t i8253_lock;
 
 extern void setup_pit_timer(void);