diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-11-15 18:42:11 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-11-26 12:26:13 -0500 |
commit | cfb6f26035b17d5d280ce4a6ceb041438643ba63 (patch) | |
tree | 712879603237d370bbffd5761d1bb512fe920a98 /include/asm-mips/8253pit.h | |
parent | 2ffbb8377c7a0713baf6644e285adc27a5654582 (diff) |
[MIPS] Fix pcspeaker build.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/8253pit.h')
-rw-r--r-- | include/asm-mips/8253pit.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-mips/8253pit.h b/include/asm-mips/8253pit.h deleted file mode 100644 index 285f78488ccb..000000000000 --- a/include/asm-mips/8253pit.h +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | /* | ||
2 | * 8253/8254 Programmable Interval Timer | ||
3 | */ | ||
4 | |||
5 | #ifndef _8253PIT_H | ||
6 | #define _8253PIT_H | ||
7 | |||
8 | #define PIT_TICK_RATE 1193182UL | ||
9 | |||
10 | #endif | ||