Skip to content

Commit

Permalink
efi: Export efi_query_variable_store() for efivars.ko
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sergey Vlasov authored and Matt Fleming committed Apr 16, 2013
1 parent f6ce500 commit 3668011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/platform/efi/efi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 3668011

Please sign in to comment.