From: Randy Dunlap Date: Mon, 12 Nov 2007 05:06:02 +0000 (-0800) Subject: x86: voyager use correct header file name X-Git-Tag: v2.6.24-rc4~114^2~13 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=434b3d3209a8d8dcda63c3b14815659f4671b0a8;p=linux-2.6-omap-h63xx.git 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 Signed-off-by: Thomas Gleixner --- diff --git a/include/asm-x86/mach-voyager/setup_arch.h b/include/asm-x86/mach-voyager/setup_arch.h index 1710ae10eb6..71729ca05cd 100644 --- a/include/asm-x86/mach-voyager/setup_arch.h +++ b/include/asm-x86/mach-voyager/setup_arch.h @@ -1,5 +1,5 @@ #include -#include +#include #define VOYAGER_BIOS_INFO ((struct voyager_bios_info *) \ (&boot_params.apm_bios_info))