diff options
Diffstat (limited to 'arch/x86/platform')
-rw-r--r-- | arch/x86/platform/efi/efi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c index 92660edaa1e7..f55a4ce6dc49 100644 --- a/arch/x86/platform/efi/efi.c +++ b/arch/x86/platform/efi/efi.c | |||
@@ -890,6 +890,7 @@ void __init efi_enter_virtual_mode(void) | |||
890 | * | 890 | * |
891 | * Call EFI services through wrapper functions. | 891 | * Call EFI services through wrapper functions. |
892 | */ | 892 | */ |
893 | efi.runtime_version = efi_systab.fw_revision; | ||
893 | efi.get_time = virt_efi_get_time; | 894 | efi.get_time = virt_efi_get_time; |
894 | efi.set_time = virt_efi_set_time; | 895 | efi.set_time = virt_efi_set_time; |
895 | efi.get_wakeup_time = virt_efi_get_wakeup_time; | 896 | efi.get_wakeup_time = virt_efi_get_wakeup_time; |