Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f19cccf366a07e05703c90038704a3a5ffcb0607
Commit:     f19cccf366a07e05703c90038704a3a5ffcb0607
Parent:     2724b6db663a4efb69462ff6eb8f88d7528cace3
Author:     Andi Kleen <[EMAIL PROTECTED]>
AuthorDate: Wed May 2 19:27:21 2007 +0200
Committer:  Andi Kleen <[EMAIL PROTECTED]>
CommitDate: Wed May 2 19:27:21 2007 +0200

    [PATCH] x86-64: Fix allnoconfig error in genapic_flat.c
    
    Fix:
    
    In file included from include2/asm/apic.h:5,
                     from include2/asm/smp.h:15,
                     from linux/arch/x86_64/kernel/genapic_flat.c:18:
    linux/include/linux/pm.h: In function ‘call_platform_enable_wakeup’:
    linux/include/linux/pm.h:331: error: ‘EIO’ undeclared (first use in this 
function)
    linux/include/linux/pm.h:331: error: (Each undeclared identifier is 
reported only once
    linux/include/linux/pm.h:331: error: for each function it appears in.)
    
    Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
---
 arch/x86_64/kernel/genapic_flat.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86_64/kernel/genapic_flat.c 
b/arch/x86_64/kernel/genapic_flat.c
index 01d3939..ecb01ee 100644
--- a/arch/x86_64/kernel/genapic_flat.c
+++ b/arch/x86_64/kernel/genapic_flat.c
@@ -8,6 +8,7 @@
  * Martin Bligh, Andi Kleen, James Bottomley, John Stultz, and
  * James Cleverdon.
  */
+#include <linux/errno.h>
 #include <linux/threads.h>
 #include <linux/cpumask.h>
 #include <linux/string.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