[77/94] efi: Export efi_query_variable_store() for efivars.ko

From: Ben Hutchings
Date: Tue May 28 2013 - 00:10:56 EST


3.2.46-rc1 review patch. If anyone has any objections, please let me know.

------------------

From: Sergey Vlasov <vsu@xxxxxxxxxxx>

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@xxxxxxxxxxx>
Signed-off-by: Matt Fleming <matt.fleming@xxxxxxxxx>
Signed-off-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx>
---
arch/x86/platform/efi/efi.c | 1 +
1 file changed, 1 insertion(+)

--- a/arch/x86/platform/efi/efi.c
+++ b/arch/x86/platform/efi/efi.c
@@ -840,3 +840,4 @@ efi_status_t efi_query_variable_store(u3

return EFI_SUCCESS;
}
+EXPORT_SYMBOL_GPL(efi_query_variable_store);

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/