diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2011-06-01 14:05:04 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-06-09 09:01:39 -0400 |
commit | 36af1b461293e838d6f47edd6f59f0beac222600 (patch) | |
tree | dd983bec8688e799d389f043581f48c1959e22f4 /arch/alpha | |
parent | 609d414437ba2501bb9ca47a051da8871268cfa2 (diff) |
alpha: i8253: Cleanup remaining users of i8253pit.h
The Alpha <asm/i8253pit.h> header is empty so this inclusion can just be
removed.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Matt Turner <mattst88@gmail.com>
Link: http://lkml.kernel.org/r/20110601180610.608083130@duck.linux-mips.net
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/kernel/sys_ruffian.c | 1 | ||||
-rw-r--r-- | arch/alpha/kernel/time.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/alpha/kernel/sys_ruffian.c b/arch/alpha/kernel/sys_ruffian.c index 8de1046fe91e..f33648e4e8cf 100644 --- a/arch/alpha/kernel/sys_ruffian.c +++ b/arch/alpha/kernel/sys_ruffian.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <asm/pgtable.h> | 26 | #include <asm/pgtable.h> |
27 | #include <asm/core_cia.h> | 27 | #include <asm/core_cia.h> |
28 | #include <asm/tlbflush.h> | 28 | #include <asm/tlbflush.h> |
29 | #include <asm/8253pit.h> | ||
30 | 29 | ||
31 | #include "proto.h" | 30 | #include "proto.h" |
32 | #include "irq_impl.h" | 31 | #include "irq_impl.h" |
diff --git a/arch/alpha/kernel/time.c b/arch/alpha/kernel/time.c index 818e74ed45dc..de406c70eabc 100644 --- a/arch/alpha/kernel/time.c +++ b/arch/alpha/kernel/time.c | |||
@@ -46,7 +46,6 @@ | |||
46 | #include <asm/uaccess.h> | 46 | #include <asm/uaccess.h> |
47 | #include <asm/io.h> | 47 | #include <asm/io.h> |
48 | #include <asm/hwrpb.h> | 48 | #include <asm/hwrpb.h> |
49 | #include <asm/8253pit.h> | ||
50 | #include <asm/rtc.h> | 49 | #include <asm/rtc.h> |
51 | 50 | ||
52 | #include <linux/mc146818rtc.h> | 51 | #include <linux/mc146818rtc.h> |