mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-11 07:04:04 +08:00
[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:
parent
af825586c0
commit
82a1791772
@ -36,7 +36,6 @@
|
||||
#endif
|
||||
|
||||
extern void mips_reboot_setup(void);
|
||||
extern unsigned long mips_rtc_get_time(void);
|
||||
|
||||
#ifdef CONFIG_KGDB
|
||||
extern void kgdb_config(void);
|
||||
|
Loading…
Reference in New Issue
Block a user