diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-12 06:53:55 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-12 06:53:55 -0400 |
commit | 8be5f1a68f2c14082939dd54e7037dcee2eb54f8 (patch) | |
tree | bb1560495357c6554dc7a471255e0e257e9dcf13 /arch/sh/kernel/cpu/clock.c | |
parent | f19900b2e608b604777a74d6d711bbf744657756 (diff) |
sh: Kill off the remnants of the old timer code.
Now with all of the TMU users moved over to the new TMU driver, and the
old TMU driver killed off, the left-over infrastructure can go along
with it.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/clock.c')
-rw-r--r-- | arch/sh/kernel/cpu/clock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/clock.c b/arch/sh/kernel/cpu/clock.c index 133dbe403341..f54769f455b1 100644 --- a/arch/sh/kernel/cpu/clock.c +++ b/arch/sh/kernel/cpu/clock.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <linux/platform_device.h> | 26 | #include <linux/platform_device.h> |
27 | #include <linux/proc_fs.h> | 27 | #include <linux/proc_fs.h> |
28 | #include <asm/clock.h> | 28 | #include <asm/clock.h> |
29 | #include <asm/timer.h> | ||
30 | 29 | ||
31 | static LIST_HEAD(clock_list); | 30 | static LIST_HEAD(clock_list); |
32 | static DEFINE_SPINLOCK(clock_lock); | 31 | static DEFINE_SPINLOCK(clock_lock); |