|
@@ -988,14 +988,12 @@ extern void efi_memmap_walk (efi_freemem_callback_t callback, void *arg);
|
|
|
extern void efi_gettimeofday (struct timespec64 *ts);
|
|
|
extern void efi_enter_virtual_mode (void); /* switch EFI to virtual mode, if possible */
|
|
|
#ifdef CONFIG_X86
|
|
|
-extern void efi_late_init(void);
|
|
|
extern void efi_free_boot_services(void);
|
|
|
extern efi_status_t efi_query_variable_store(u32 attributes,
|
|
|
unsigned long size,
|
|
|
bool nonblocking);
|
|
|
extern void efi_find_mirror(void);
|
|
|
#else
|
|
|
-static inline void efi_late_init(void) {}
|
|
|
static inline void efi_free_boot_services(void) {}
|
|
|
|
|
|
static inline efi_status_t efi_query_variable_store(u32 attributes,
|