From: Jeff Garzik Date: Thu, 25 Oct 2007 04:15:09 +0000 (+1000) Subject: lguest: build fix X-Git-Tag: v2.6.24-rc2~142^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cfe6c3c1c301d3d7a36c9d579597b75ebb8ea13;p=pandora-kernel.git 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: Rusty Russell --- Reading git-diff-tree failed