diff options
Diffstat (limited to 'arch/i386/kernel/efi.c')
-rw-r--r-- | arch/i386/kernel/efi.c | 4 |
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 | ||
47 | struct efi efi; | 47 | struct efi efi; |
48 | EXPORT_SYMBOL(efi); | 48 | EXPORT_SYMBOL(efi); |
49 | static struct efi efi_phys __initdata; | 49 | static struct efi efi_phys; |
50 | struct efi_memory_map memmap __initdata; | 50 | struct 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 |