aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i8253.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2011-06-01 19:05:08 +0100
committerThomas Gleixner <tglx@linutronix.de>2011-06-09 15:01:40 +0200
commit850492760cfd38d14d64a5fc6d636091464f755e (patch)
tree4119e8b13677a71084a23a30bd99812388b28af3 /include/linux/i8253.h
parenti8253: Consolidate definitions of PIT_LATCH (diff)
downloadlinux-dev-850492760cfd38d14d64a5fc6d636091464f755e.tar.xz
linux-dev-850492760cfd38d14d64a5fc6d636091464f755e.zip
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 @@
#include <linux/param.h>
#include <linux/spinlock.h>
#include <linux/timex.h>
-#include <asm/i8253.h>
/* i8253A PIT registers */
#define PIT_MODE 0x43
@@ -26,4 +25,6 @@
extern raw_spinlock_t i8253_lock;
+extern void setup_pit_timer(void);
+
#endif /* __LINUX_I8253_H */