summaryrefslogtreecommitdiffstats
path: root/arch/mips/philips
diff options
context:
space:
mode:
authorRalf Baechle2006-07-09 21:53:19 +0200
committerRalf Baechle2006-07-13 22:26:17 +0200
commit2c70df5b9807293705d8123d1f36579831ac09eb (patch)
tree54ce136b34d14588ff856169d12b96068611e407 /arch/mips/philips
parent[MIPS] Remove redeclarations of setup_irq(). (diff)
downloadkernel-qcow2-linux-2c70df5b9807293705d8123d1f36579831ac09eb.tar.gz
kernel-qcow2-linux-2c70df5b9807293705d8123d1f36579831ac09eb.tar.xz
kernel-qcow2-linux-2c70df5b9807293705d8123d1f36579831ac09eb.zip
[MIPS] Nuke redeclarations of board_time_init.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/philips')
-rw-r--r--arch/mips/philips/pnx8550/common/setup.c1
1 files changed, 0 insertions, 1 deletions
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);