Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f86d6b9b authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt
Browse files

powerpc/pseries: Don't register global initcall

parent b987812b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -378,7 +378,7 @@ static int __init pSeries_init_panel(void)


	return 0;
	return 0;
}
}
arch_initcall(pSeries_init_panel);
machine_arch_initcall(pseries, pSeries_init_panel);


static int pseries_set_dabr(unsigned long dabr)
static int pseries_set_dabr(unsigned long dabr)
{
{