Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=230e55adf6f74309683a068dec23e664a64fb08a
Commit:     230e55adf6f74309683a068dec23e664a64fb08a
Parent:     1fb473d8f45658532555b956ee24e25a0ba493cd
Author:     Jeff Garzik <[EMAIL PROTECTED]>
AuthorDate: Wed Oct 24 12:58:02 2007 +0200
Committer:  Ingo Molnar <[EMAIL PROTECTED]>
CommitDate: Wed Oct 24 12:58:02 2007 +0200

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
    Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>
---
 arch/x86/lguest/boot.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/lguest/boot.c b/arch/x86/lguest/boot.c
index d2235db..8f13562 100644
--- a/arch/x86/lguest/boot.c
+++ b/arch/x86/lguest/boot.c
@@ -56,6 +56,7 @@
 #include <linux/lguest.h>
 #include <linux/lguest_launcher.h>
 #include <linux/virtio_console.h>
+#include <linux/pm.h>
 #include <asm/paravirt.h>
 #include <asm/param.h>
 #include <asm/page.h>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to