From: Jeff Garzik Date: Wed, 24 Oct 2007 10:58:02 +0000 (+0200) Subject: x86: lguest build fix X-Git-Tag: v2.6.24-rc2~140^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=230e55adf6f74309683a068dec23e664a64fb08a;p=pandora-kernel.git x86: lguest build fix Fix this error (i386 !SMP build): arch/x86/lguest/boot.c: In function lguest_init: arch/x86/lguest/boot.c:1059: error: pm_power_off undeclared (first use in this function) by including linux/pm.h. Signed-off-by: Jeff Garzik Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed