diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-02-12 09:02:08 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 06:22:11 +0100 |
commit | 43081e18336d67937092dd05ffe320d2fbffd012 (patch) | |
tree | 36fbe038a1d155281e02e5dd21e44a8a4bd37ed9 /arch/sh/kernel/timers | |
parent | sh: Update SH-5 flush_cache_sigtramp() for API changes. (diff) | |
download | linux-43081e18336d67937092dd05ffe320d2fbffd012.tar.xz linux-43081e18336d67937092dd05ffe320d2fbffd012.zip |
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) static int mtu2_timer_init(void) { - u8 tmp; unsigned long interval; setup_irq(CONFIG_SH_TIMER_IRQ, &mtu2_irq); |