efi: Export efi_query_variable_store() for efivars.ko
authorSergey Vlasov <vsu@altlinux.ru>
Tue, 16 Apr 2013 14:31:09 +0000 (18:31 +0400)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 30 May 2013 13:35:10 +0000 (14:35 +0100)
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>
arch/x86/platform/efi/efi.c

index b20bb92..a20b5b3 100644 (file)
@@ -840,3 +840,4 @@ efi_status_t efi_query_variable_store(u32 attributes, unsigned long size)
 
        return EFI_SUCCESS;
 }
+EXPORT_SYMBOL_GPL(efi_query_variable_store);