From: Ralf Baechle <ralf@linux-mips.org>
Date: Sun, 9 Jul 2006 19:53:19 +0000 (+0100)
Subject: [MIPS] Nuke redeclarations of board_time_init.
X-Git-Tag: firefly_0821_release~34197^2~10
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2c70df5b9807293705d8123d1f36579831ac09eb;p=firefly-linux-kernel-4.4.55.git

[MIPS] Nuke redeclarations of board_time_init.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---

diff --git a/arch/mips/ite-boards/generic/it8172_setup.c b/arch/mips/ite-boards/generic/it8172_setup.c
index 929cee3d6abb..0c657b4efaee 100644
--- a/arch/mips/ite-boards/generic/it8172_setup.c
+++ b/arch/mips/ite-boards/generic/it8172_setup.c
@@ -59,7 +59,6 @@ extern void it8172_restart(char *command);
 extern void it8172_halt(void);
 extern void it8172_power_off(void);
 
-extern void (*board_time_init)(void);
 extern void it8172_time_init(void);
 extern void it8172_timer_setup(struct irqaction *irq);
 
diff --git a/arch/mips/philips/pnx8550/common/setup.c b/arch/mips/philips/pnx8550/common/setup.c
index 1a0cc3eef57f..57fc5938c919 100644
--- a/arch/mips/philips/pnx8550/common/setup.c
+++ b/arch/mips/philips/pnx8550/common/setup.c
@@ -49,7 +49,6 @@ extern void pnx8550_machine_halt(void);
 extern void pnx8550_machine_power_off(void);
 extern struct resource ioport_resource;
 extern struct resource iomem_resource;
-extern void (*board_time_init)(void);
 extern void pnx8550_time_init(void);
 extern void pnx8550_timer_setup(struct irqaction *irq);
 extern void rs_kgdb_hook(int tty_no);