aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/efi_stub_32.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/efi_stub_32.S')
-rw-r--r--arch/x86/kernel/efi_stub_32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/efi_stub_32.S b/arch/x86/kernel/efi_stub_32.S
index ef00bb77d7e4..8b9171b9cbd2 100644
--- a/arch/x86/kernel/efi_stub_32.S
+++ b/arch/x86/kernel/efi_stub_32.S
@@ -6,7 +6,7 @@
6 */ 6 */
7 7
8#include <linux/linkage.h> 8#include <linux/linkage.h>
9#include <asm/page.h> 9#include <asm/page_types.h>
10 10
11/* 11/*
12 * efi_call_phys(void *, ...) is a function with variable parameters. 12 * efi_call_phys(void *, ...) is a function with variable parameters.