forked from Minki/linux
powerpc/pseries: Don't register global initcall
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
b987812b3f
commit
f86d6b9b36
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user