[MIPS] Malta: remove a dead function declaration

Neither is the mips_rtc_get_time() routine defined anywhere in
the MIPS architecture-specific code, nor does anyone call it any
more. This patch removes the extern declaration of this fossil.

This patch does not introduce any functional changes.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Dmitri Vorobiev 2008-01-24 19:52:46 +03:00 committed by Ralf Baechle
parent af825586c0
commit 82a1791772

View file

@ -36,7 +36,6 @@
#endif #endif
extern void mips_reboot_setup(void); extern void mips_reboot_setup(void);
extern unsigned long mips_rtc_get_time(void);
#ifdef CONFIG_KGDB #ifdef CONFIG_KGDB
extern void kgdb_config(void); extern void kgdb_config(void);