aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/efi.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/kernel/efi.c')
-rw-r--r--arch/i386/kernel/efi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/kernel/efi.c b/arch/i386/kernel/efi.c
index 9e5e0d8bd36e..f732f427b418 100644
--- a/arch/i386/kernel/efi.c
+++ b/arch/i386/kernel/efi.c
@@ -46,8 +46,8 @@ extern efi_status_t asmlinkage efi_call_phys(void *, ...);
46 46
47struct efi efi; 47struct efi efi;
48EXPORT_SYMBOL(efi); 48EXPORT_SYMBOL(efi);
49static struct efi efi_phys __initdata; 49static struct efi efi_phys;
50struct efi_memory_map memmap __initdata; 50struct efi_memory_map memmap;
51 51
52/* 52/*
53 * We require an early boot_ioremap mapping mechanism initially 53 * We require an early boot_ioremap mapping mechanism initially