* [PATCH 1/3] voyager: use correct header file name
@ 2007-11-12 5:06 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2007-11-12 5:06 UTC (permalink / raw)
To: lkml; +Cc: James.Bottomley, tglx
From: Randy Dunlap <randy.dunlap@oracle.com>
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 <randy.dunlap@oracle.com>
---
include/asm-x86/mach-voyager/setup_arch.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.24-rc2-git2.orig/include/asm-x86/mach-voyager/setup_arch.h
+++ linux-2.6.24-rc2-git2/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))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-12 5:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-12 5:06 [PATCH 1/3] voyager: use correct header file name Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®