powerpc: Get rid of ppc_md.init_early()
It is now called right after platform probe, so the probe function can just do the job. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
5657138404
commit
f2d576948d
@@ -263,9 +263,6 @@ void __init setup_arch(char **cmdline_p)
|
||||
|
||||
setup_power_save();
|
||||
|
||||
if (ppc_md.init_early)
|
||||
ppc_md.init_early();
|
||||
|
||||
find_legacy_serial_ports();
|
||||
|
||||
smp_setup_cpu_maps();
|
||||
|
Reference in New Issue
Block a user