summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSergey Vlasov <vsu@altlinux.ru>2013-04-16 18:31:09 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-07 16:02:10 -0700
commit891d583c403cbce091f6e759e3f9b411917638f6 (patch)
tree221a60b5d0f9a14c4c0c8be6865e4119a5db79f8 /arch
parentd352874118cfe49a1e793c913c9e448e4f5f3245 (diff)
efi: Export efi_query_variable_store() for efivars.ko
commit 3668011d4ad556224f7c012c1e870a6eaa0e59da upstream. 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 <vsu@altlinux.ru> Signed-off-by: Matt Fleming <matt.fleming@intel.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Cc: Rui Xiang <rui.xiang@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/platform/efi/efi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c
index bdc3ea4e89fa..15d0328bed1a 100644
--- a/arch/x86/platform/efi/efi.c
+++ b/arch/x86/platform/efi/efi.c
@@ -990,3 +990,4 @@ efi_status_t efi_query_variable_store(u32 attributes, unsigned long size)
return EFI_SUCCESS;
}
+EXPORT_SYMBOL_GPL(efi_query_variable_store);