diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-03-31 18:49:45 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-04-05 16:22:11 +1000 |
commit | f86d6b9b36a5d0923fa2abaacd425e328668fe16 (patch) | |
tree | 809827058553d3c66abc3682bbd9c58aafaa864e /arch | |
parent | b987812b3fcaf70fdf0037589e5d2f5f2453e6ce (diff) | |
download | op-kernel-dev-f86d6b9b36a5d0923fa2abaacd425e328668fe16.zip op-kernel-dev-f86d6b9b36a5d0923fa2abaacd425e328668fe16.tar.gz |
powerpc/pseries: Don't register global initcall
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/pseries/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/setup.c b/arch/powerpc/platforms/pseries/setup.c index c319d04..0007241 100644 --- a/arch/powerpc/platforms/pseries/setup.c +++ b/arch/powerpc/platforms/pseries/setup.c @@ -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) { |