diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-02-12 03:02:08 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 00:22:11 -0500 |
commit | 43081e18336d67937092dd05ffe320d2fbffd012 (patch) | |
tree | 36fbe038a1d155281e02e5dd21e44a8a4bd37ed9 /arch/sh/kernel/timers | |
parent | f1f8926a94132e6433b559a3eced65404226f5cd (diff) |
sh: Shut up some trivial build warnings.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/timers')
-rw-r--r-- | arch/sh/kernel/timers/timer-mtu2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/timers/timer-mtu2.c b/arch/sh/kernel/timers/timer-mtu2.c index 463cd08f9517..ade9d6eb29f9 100644 --- a/arch/sh/kernel/timers/timer-mtu2.c +++ b/arch/sh/kernel/timers/timer-mtu2.c | |||
@@ -154,7 +154,6 @@ static int mtu2_timer_stop(void) | |||
154 | 154 | ||
155 | static int mtu2_timer_init(void) | 155 | static int mtu2_timer_init(void) |
156 | { | 156 | { |
157 | u8 tmp; | ||
158 | unsigned long interval; | 157 | unsigned long interval; |
159 | 158 | ||
160 | setup_irq(CONFIG_SH_TIMER_IRQ, &mtu2_irq); | 159 | setup_irq(CONFIG_SH_TIMER_IRQ, &mtu2_irq); |