aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i8253.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2011-06-01 14:05:08 -0400
committerThomas Gleixner <tglx@linutronix.de>2011-06-09 09:01:40 -0400
commit850492760cfd38d14d64a5fc6d636091464f755e (patch)
tree4119e8b13677a71084a23a30bd99812388b28af3 /include/linux/i8253.h
parent49cf3f29a1ef2e59f1be823e376c1fbac586eb8d (diff)
i8253: Move remaining content and delete asm/i8253.h
Move setup_pit_timer() declaration to the common header file and remove the arch specific ones. [ tglx: Move it to linux/i8253.h instead of asm/mips and asm/x86 ] Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Cc: linux-arm-kernel@lists.infradead.org Cc: Russell King <linux@arm.linux.org.uk> Cc: linux-mips@linux-mips.org Cc: Sergei Shtylyov <sshtylyov@mvista.com Link: http://lkml.kernel.org/r/20110601180610.913463093@duck.linux-mips.net Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/i8253.h')
-rw-r--r--include/linux/i8253.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/i8253.h b/include/linux/i8253.h
index 1ec6323a1507..76039c86ab58 100644
--- a/include/linux/i8253.h
+++ b/include/linux/i8253.h
@@ -12,7 +12,6 @@
12#include <linux/param.h> 12#include <linux/param.h>
13#include <linux/spinlock.h> 13#include <linux/spinlock.h>
14#include <linux/timex.h> 14#include <linux/timex.h>
15#include <asm/i8253.h>
16 15
17/* i8253A PIT registers */ 16/* i8253A PIT registers */
18#define PIT_MODE 0x43 17#define PIT_MODE 0x43
@@ -26,4 +25,6 @@
26 25
27extern raw_spinlock_t i8253_lock; 26extern raw_spinlock_t i8253_lock;
28 27
28extern void setup_pit_timer(void);
29
29#endif /* __LINUX_I8253_H */ 30#endif /* __LINUX_I8253_H */