]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/kernel/reboot.c
[PATCH] Don't attempt to power off if power off is not implemented
[linux-2.6-omap-h63xx.git] / arch / um / kernel / reboot.c
index a637e885c5835cb7c78e31c6d40099f8473c448c..6f1a3a288117985e1b4bc9d73bda578284c26d09 100644 (file)
@@ -12,6 +12,8 @@
 #include "mode.h"
 #include "choose-mode.h"
 
+void (*pm_power_off)(void);
+
 #ifdef CONFIG_SMP
 static void kill_idlers(int me)
 {