x86: lguest build fix
authorJeff Garzik <jgarzik@redhat.com>
Wed, 24 Oct 2007 10:58:02 +0000 (12:58 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 24 Oct 2007 10:58:02 +0000 (12:58 +0200)
commit230e55adf6f74309683a068dec23e664a64fb08a
treed83aa711cc83287b7f8c787b35da9a506d673ee5
parent1fb473d8f45658532555b956ee24e25a0ba493cd
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 <jgarzik@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/lguest/boot.c