diff options
-rw-r--r-- | include/linux/efi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/efi.h b/include/linux/efi.h index 8ba0cdd244b2..e190652f5ef9 100644 --- a/include/linux/efi.h +++ b/include/linux/efi.h | |||
@@ -988,14 +988,12 @@ extern void efi_memmap_walk (efi_freemem_callback_t callback, void *arg); | |||
988 | extern void efi_gettimeofday (struct timespec64 *ts); | 988 | extern void efi_gettimeofday (struct timespec64 *ts); |
989 | extern void efi_enter_virtual_mode (void); /* switch EFI to virtual mode, if possible */ | 989 | extern void efi_enter_virtual_mode (void); /* switch EFI to virtual mode, if possible */ |
990 | #ifdef CONFIG_X86 | 990 | #ifdef CONFIG_X86 |
991 | extern void efi_late_init(void); | ||
992 | extern void efi_free_boot_services(void); | 991 | extern void efi_free_boot_services(void); |
993 | extern efi_status_t efi_query_variable_store(u32 attributes, | 992 | extern efi_status_t efi_query_variable_store(u32 attributes, |
994 | unsigned long size, | 993 | unsigned long size, |
995 | bool nonblocking); | 994 | bool nonblocking); |
996 | extern void efi_find_mirror(void); | 995 | extern void efi_find_mirror(void); |
997 | #else | 996 | #else |
998 | static inline void efi_late_init(void) {} | ||
999 | static inline void efi_free_boot_services(void) {} | 997 | static inline void efi_free_boot_services(void) {} |
1000 | 998 | ||
1001 | static inline efi_status_t efi_query_variable_store(u32 attributes, | 999 | static inline efi_status_t efi_query_variable_store(u32 attributes, |