diff options
-rw-r--r-- | arch/i386/kernel/vmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/kernel/vmi.c b/arch/i386/kernel/vmi.c index 245d091d659d..fbf45fa08320 100644 --- a/arch/i386/kernel/vmi.c +++ b/arch/i386/kernel/vmi.c | |||
@@ -35,6 +35,7 @@ | |||
35 | #include <asm/processor.h> | 35 | #include <asm/processor.h> |
36 | #include <asm/timer.h> | 36 | #include <asm/timer.h> |
37 | #include <asm/vmi_time.h> | 37 | #include <asm/vmi_time.h> |
38 | #include <asm/kmap_types.h> | ||
38 | 39 | ||
39 | /* Convenient for calling VMI functions indirectly in the ROM */ | 40 | /* Convenient for calling VMI functions indirectly in the ROM */ |
40 | typedef u32 __attribute__((regparm(1))) (VROMFUNC)(void); | 41 | typedef u32 __attribute__((regparm(1))) (VROMFUNC)(void); |