Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3668011d authored by Sergey Vlasov's avatar Sergey Vlasov Committed by Matt Fleming
Browse files

efi: Export efi_query_variable_store() for efivars.ko



Fixes build with CONFIG_EFI_VARS=m which was broken after the commit
"x86, efivars: firmware bug workarounds should be in platform code".

Signed-off-by: default avatarSergey Vlasov <vsu@altlinux.ru>
Signed-off-by: default avatarMatt Fleming <matt.fleming@intel.com>
parent f6ce5002
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1144,3 +1144,4 @@ efi_status_t efi_query_variable_store(u32 attributes, unsigned long size)

	return EFI_SUCCESS;
}
EXPORT_SYMBOL_GPL(efi_query_variable_store);