diff options
author | Sergey Vlasov <vsu@altlinux.ru> | 2013-04-16 18:31:09 +0400 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2013-04-16 17:34:07 +0100 |
commit | 3668011d4ad556224f7c012c1e870a6eaa0e59da (patch) | |
tree | 6425081193b11d63ded66e3c80ec226aecff834a | |
parent | f6ce5002629e08eaa777ced3872a98f76845143e (diff) |
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: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r-- | arch/x86/platform/efi/efi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c index 4959e3f89d74..4f364c7c6111 100644 --- a/arch/x86/platform/efi/efi.c +++ b/arch/x86/platform/efi/efi.c @@ -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); |