Re: [PATCH 2/2] efi: Export efi_query_variable_store() for efivars.ko

2013-04-16 Thread Matt Fleming
On 16/04/13 15:31, Sergey Vlasov wrote: > 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: Sergey Vlasov > --- > arch/x86/platform/efi/efi.c | 1 + > 1 file changed, 1 insertion(+) Appl

[PATCH 2/2] efi: Export efi_query_variable_store() for efivars.ko

2013-04-16 Thread Sergey Vlasov
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: Sergey Vlasov --- arch/x86/platform/efi/efi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platfo