diff options
Diffstat (limited to 'arch/powerpc/kernel/prom.c')
-rw-r--r-- | arch/powerpc/kernel/prom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c index 9330920265f3..31d5b22c59a2 100644 --- a/arch/powerpc/kernel/prom.c +++ b/arch/powerpc/kernel/prom.c | |||
@@ -437,7 +437,7 @@ early_param("mem", early_parse_mem); | |||
437 | * The device tree may be allocated beyond our memory limit, or inside the | 437 | * The device tree may be allocated beyond our memory limit, or inside the |
438 | * crash kernel region for kdump. If so, move it out of the way. | 438 | * crash kernel region for kdump. If so, move it out of the way. |
439 | */ | 439 | */ |
440 | static void move_device_tree(void) | 440 | static void __init move_device_tree(void) |
441 | { | 441 | { |
442 | unsigned long start, size; | 442 | unsigned long start, size; |
443 | void *p; | 443 | void *p; |