projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a104171
)
efi: Auto-load the efi-pstore module
author
Ben Hutchings
<ben@decadent.org.uk>
Mon, 28 Sep 2015 00:44:16 +0000
(
01:44
+0100)
committer
Matt Fleming
<matt.fleming@intel.com>
Mon, 12 Oct 2015 13:20:08 +0000
(14:20 +0100)
efi-pstore should be auto-loaded on EFI systems, same as efivars.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Cc: Matthew Garrett <mjg59@srcf.ucam.org>
Cc: Lee, Chun-Yi <jlee@suse.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
drivers/firmware/efi/efi-pstore.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/firmware/efi/efi-pstore.c
b/drivers/firmware/efi/efi-pstore.c
index e992abc5ef264e38fefb0b3361f91c357fd1d08e..c8d794c5847989e1d150b8da968e76a24c6e0d91 100644
(file)
--- a/
drivers/firmware/efi/efi-pstore.c
+++ b/
drivers/firmware/efi/efi-pstore.c
@@
-400,3
+400,4
@@
module_exit(efivars_pstore_exit);
MODULE_DESCRIPTION("EFI variable backend for pstore");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:efivars");