dect
/
linux-2.6
Archived
13
0
Fork 0

powerpc/pseries: Don't register global initcall

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Benjamin Herrenschmidt 2011-03-31 18:49:45 +00:00
parent b987812b3f
commit f86d6b9b36
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{