aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/efi.h2
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);
988extern void efi_gettimeofday (struct timespec64 *ts); 988extern void efi_gettimeofday (struct timespec64 *ts);
989extern void efi_enter_virtual_mode (void); /* switch EFI to virtual mode, if possible */ 989extern void efi_enter_virtual_mode (void); /* switch EFI to virtual mode, if possible */
990#ifdef CONFIG_X86 990#ifdef CONFIG_X86
991extern void efi_late_init(void);
992extern void efi_free_boot_services(void); 991extern void efi_free_boot_services(void);
993extern efi_status_t efi_query_variable_store(u32 attributes, 992extern efi_status_t efi_query_variable_store(u32 attributes,
994 unsigned long size, 993 unsigned long size,
995 bool nonblocking); 994 bool nonblocking);
996extern void efi_find_mirror(void); 995extern void efi_find_mirror(void);
997#else 996#else
998static inline void efi_late_init(void) {}
999static inline void efi_free_boot_services(void) {} 997static inline void efi_free_boot_services(void) {}
1000 998
1001static inline efi_status_t efi_query_variable_store(u32 attributes, 999static inline efi_status_t efi_query_variable_store(u32 attributes,