[PATCH] s390: add dummy pm_power_off

Define a dummy pm_power_off pointer to make sys_reboot happy.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Martin Schwidefsky and committed by Linus Torvalds 53df751c 0152fb37

+5
+5
arch/s390/kernel/setup.c
··· 315 315 _machine_power_off(); 316 316 } 317 317 318 + /* 319 + * Dummy power off function. 320 + */ 321 + void (*pm_power_off)(void) = machine_power_off; 322 + 318 323 static void __init 319 324 add_memory_hole(unsigned long start, unsigned long end) 320 325 {