diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-02-12 17:02:08 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 14:22:11 +0900 |
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 463cd08f951..ade9d6eb29f 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) static int mtu2_timer_init(void) { - u8 tmp; unsigned long interval; setup_irq(CONFIG_SH_TIMER_IRQ, &mtu2_irq); |