[PATCH] Fix voyager build issue

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Cc: <tglx@...>, <hpa@...>
Date: Saturday, November 17, 2007 - 6:58 am

Fix fallout from the x86 32/64-bit merge.

asm-x86/setup_32.h no longer exists.

Signed-off-by: Peter Hagervall <hager@cs.umu.se>
---

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))
 
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Fix voyager build issue, Peter Hagervall, (Sat Nov 17, 6:58 am)