Skip to content

Commit

Permalink
powerpc/pseries: Don't register global initcall
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Benjamin Herrenschmidt committed Apr 5, 2011
1 parent b987812 commit f86d6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/pseries/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit f86d6b9

Please sign in to comment.