diff options
-rw-r--r-- | include/asm-x86/mach-voyager/setup_arch.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-x86/mach-voyager/setup_arch.h b/include/asm-x86/mach-voyager/setup_arch.h index 84d01ad33459..1710ae10eb67 100644 --- a/include/asm-x86/mach-voyager/setup_arch.h +++ b/include/asm-x86/mach-voyager/setup_arch.h | |||
@@ -1,5 +1,7 @@ | |||
1 | #include <asm/voyager.h> | 1 | #include <asm/voyager.h> |
2 | #define VOYAGER_BIOS_INFO ((struct voyager_bios_info *)(PARAM+0x40)) | 2 | #include <asm/setup_32.h> |
3 | #define VOYAGER_BIOS_INFO ((struct voyager_bios_info *) \ | ||
4 | (&boot_params.apm_bios_info)) | ||
3 | 5 | ||
4 | /* Hook to call BIOS initialisation function */ | 6 | /* Hook to call BIOS initialisation function */ |
5 | 7 | ||