aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/philips/pnx8550/common/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/philips/pnx8550/common/setup.c')
-rw-r--r--arch/mips/philips/pnx8550/common/setup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/philips/pnx8550/common/setup.c b/arch/mips/philips/pnx8550/common/setup.c
index 57fc5938c919..36b0c8bc6c06 100644
--- a/arch/mips/philips/pnx8550/common/setup.c
+++ b/arch/mips/philips/pnx8550/common/setup.c
@@ -50,7 +50,6 @@ extern void pnx8550_machine_power_off(void);
50extern struct resource ioport_resource; 50extern struct resource ioport_resource;
51extern struct resource iomem_resource; 51extern struct resource iomem_resource;
52extern void pnx8550_time_init(void); 52extern void pnx8550_time_init(void);
53extern void pnx8550_timer_setup(struct irqaction *irq);
54extern void rs_kgdb_hook(int tty_no); 53extern void rs_kgdb_hook(int tty_no);
55extern void prom_printf(char *fmt, ...); 54extern void prom_printf(char *fmt, ...);
56extern char *prom_getcmdline(void); 55extern char *prom_getcmdline(void);
@@ -109,7 +108,6 @@ void __init plat_mem_setup(void)
109 pm_power_off = pnx8550_machine_power_off; 108 pm_power_off = pnx8550_machine_power_off;
110 109
111 board_time_init = pnx8550_time_init; 110 board_time_init = pnx8550_time_init;
112 board_timer_setup = pnx8550_timer_setup;
113 111
114 /* Clear the Global 2 Register, PCI Inta Output Enable Registers 112 /* Clear the Global 2 Register, PCI Inta Output Enable Registers
115 Bit 1:Enable DAC Powerdown 113 Bit 1:Enable DAC Powerdown