Commit 7ee16b6a authored by David S. Miller's avatar David S. Miller

SPARC64: Kill rs_init calls from sbus/pci init.

parent 6e61530c
......@@ -177,7 +177,6 @@ static void __init pci_reorder_devs(void)
}
}
extern void rs_init(void);
extern void clock_probe(void);
extern void power_init(void);
......@@ -194,7 +193,6 @@ static int __init pcibios_init(void)
isa_init();
ebus_init();
rs_init();
clock_probe();
power_init();
......
......@@ -285,7 +285,6 @@ static void __init sbus_fixup_all_regs(struct sbus_dev *first_sdev)
extern void register_proc_sparc_ioport(void);
extern void firetruck_init(void);
extern void rs_init(void);
static int __init sbus_init(void)
{
......@@ -505,8 +504,6 @@ static int __init sbus_init(void)
sun4d_init_sbi_irq();
}
rs_init();
#ifdef __sparc_v9__
if (sparc_cpu_model == sun4u) {
firetruck_init();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment