summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/i8253.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-10-31 17:13:10 +0100
committerTakashi Iwai <tiwai@suse.de>2008-10-31 17:13:10 +0100
commit7b3b6e42032e94a6132a85642e95106f5346650e (patch)
tree8b2262291341d8a9f9b1e7e3c63a3289bb6c6de6 /include/asm-mips/i8253.h
parentMerge branch 'topic/fix/asoc' into topic/asoc (diff)
parentLinux 2.6.28-rc2 (diff)
downloadlinux-7b3b6e42032e94a6132a85642e95106f5346650e.tar.xz
linux-7b3b6e42032e94a6132a85642e95106f5346650e.zip
Merge commit 'v2.6.28-rc2' into topic/asoc
Diffstat (limited to 'include/asm-mips/i8253.h')
-rw-r--r--include/asm-mips/i8253.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/asm-mips/i8253.h b/include/asm-mips/i8253.h
deleted file mode 100644
index 5dabc870b322..000000000000
--- a/include/asm-mips/i8253.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Machine specific IO port address definition for generic.
- * Written by Osamu Tomita <tomita@cinet.co.jp>
- */
-#ifndef __ASM_I8253_H
-#define __ASM_I8253_H
-
-#include <linux/spinlock.h>
-
-/* i8253A PIT registers */
-#define PIT_MODE 0x43
-#define PIT_CH0 0x40
-#define PIT_CH2 0x42
-
-#define PIT_TICK_RATE 1193182UL
-
-extern spinlock_t i8253_lock;
-
-extern void setup_pit_timer(void);
-
-#endif /* __ASM_I8253_H */