diff options
-rw-r--r-- | include/asm-x86/bios_ebda.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/bios_ebda.h b/include/asm-x86/bios_ebda.h index 9cbd9a668af8..b4a46b7be794 100644 --- a/include/asm-x86/bios_ebda.h +++ b/include/asm-x86/bios_ebda.h | |||
@@ -1,6 +1,8 @@ | |||
1 | #ifndef _MACH_BIOS_EBDA_H | 1 | #ifndef _MACH_BIOS_EBDA_H |
2 | #define _MACH_BIOS_EBDA_H | 2 | #define _MACH_BIOS_EBDA_H |
3 | 3 | ||
4 | #include <asm/io.h> | ||
5 | |||
4 | /* | 6 | /* |
5 | * there is a real-mode segmented pointer pointing to the | 7 | * there is a real-mode segmented pointer pointing to the |
6 | * 4K EBDA area at 0x40E. | 8 | * 4K EBDA area at 0x40E. |