powerpc/pseries: Don't register global initcall

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent b987812b
......@@ -378,7 +378,7 @@ static int __init pSeries_init_panel(void)
return 0;
}
arch_initcall(pSeries_init_panel);
machine_arch_initcall(pseries, pSeries_init_panel);
static int pseries_set_dabr(unsigned long dabr)
{
......
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