aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/efi-pstore.c
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2015-09-28 01:44:16 +0100
committerMatt Fleming <matt.fleming@intel.com>2015-10-12 14:20:08 +0100
commit9ac4d5ab3e7ae6f485501cb6bf3965da34ac1bac (patch)
treea25de4511c3540b449e75099128d109935a3e46b /drivers/firmware/efi/efi-pstore.c
parentefi: Introduce EFI_NX_PE_DATA bit and set it from properties table (diff)
downloadlinux-dev-9ac4d5ab3e7ae6f485501cb6bf3965da34ac1bac.tar.xz
linux-dev-9ac4d5ab3e7ae6f485501cb6bf3965da34ac1bac.zip
efi: Auto-load the efi-pstore module
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>
Diffstat (limited to 'drivers/firmware/efi/efi-pstore.c')
-rw-r--r--drivers/firmware/efi/efi-pstore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/efi/efi-pstore.c b/drivers/firmware/efi/efi-pstore.c
index e992abc5ef26..c8d794c58479 100644
--- 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");