diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-10-26 08:23:02 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-29 15:35:34 -0400 |
commit | 0d0cc920de658126560938a01f12e6e8ca7d5bcd (patch) | |
tree | a8e6df8dfdd3d14189a53e8ae1f5df782e5ae4db /include/asm-mips | |
parent | bc2f2a24d9cd52bd6f5307ab36ffa041366d936d (diff) |
[MIPS] time: Remove declaration of plat_timer_setup, there is no caller.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/time.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-mips/time.h b/include/asm-mips/time.h index bc47af313bcd..ce1e07a82aec 100644 --- a/include/asm-mips/time.h +++ b/include/asm-mips/time.h | |||
@@ -58,7 +58,6 @@ extern void local_timer_interrupt(int irq, void *dev_id); | |||
58 | */ | 58 | */ |
59 | struct irqaction; | 59 | struct irqaction; |
60 | extern void plat_time_init(void); | 60 | extern void plat_time_init(void); |
61 | extern void plat_timer_setup(struct irqaction *irq); | ||
62 | 61 | ||
63 | /* | 62 | /* |
64 | * mips_hpt_frequency - must be set if you intend to use an R4k-compatible | 63 | * mips_hpt_frequency - must be set if you intend to use an R4k-compatible |