Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=434b3d3209a8d8dcda63c3b14815659f4671b0a8
Commit:     434b3d3209a8d8dcda63c3b14815659f4671b0a8
Parent:     8f8182106890970bb13bed325f0a04aef931883d
Author:     Randy Dunlap <[EMAIL PROTECTED]>
AuthorDate: Sun Nov 11 21:06:02 2007 -0800
Committer:  Thomas Gleixner <[EMAIL PROTECTED](none)>
CommitDate: Sat Nov 17 16:27:00 2007 +0100

    x86: voyager use correct header file name
    
    Fix header file name for Voyager build.
    
    In file included from arch/x86/kernel/setup_32.c:61:
    include/asm-x86/mach-voyager/setup_arch.h:2:26: error: asm/setup_32.h: No 
such file or directory
    make[1]: *** [arch/x86/kernel/setup_32.o] Error 1
    
    Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
    Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>
---
 include/asm-x86/mach-voyager/setup_arch.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-x86/mach-voyager/setup_arch.h 
b/include/asm-x86/mach-voyager/setup_arch.h
index 1710ae1..71729ca 100644
--- a/include/asm-x86/mach-voyager/setup_arch.h
+++ b/include/asm-x86/mach-voyager/setup_arch.h
@@ -1,5 +1,5 @@
 #include <asm/voyager.h>
-#include <asm/setup_32.h>
+#include <asm/setup.h>
 #define VOYAGER_BIOS_INFO ((struct voyager_bios_info *) \
                        (&boot_params.apm_bios_info))
 
-
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