mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 00:08:50 +00:00
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;
|
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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user