projects
/
wrapfs-5.3.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
649aeb4
)
efi: Export efi_query_variable_store() for efivars.ko
author
Sergey Vlasov
<vsu@altlinux.ru>
Tue, 16 Apr 2013 14:31:09 +0000
(18:31 +0400)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/arch/x86/platform/efi/efi.c
b/arch/x86/platform/efi/efi.c
index b20bb92a115c7da7af6e2bbd5c12754bd25c25d6..a20b5b38483777faab3d3e902c61ab6f68910d8e 100644
(file)
--- 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(u32 attributes, unsigned long size)
return EFI_SUCCESS;
}
+EXPORT_SYMBOL_GPL(efi_query_variable_store);