]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
efi: Auto-load the efi-pstore module
authorBen Hutchings <ben@decadent.org.uk>
Mon, 28 Sep 2015 00:44:16 +0000 (01:44 +0100)
committerMatt 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

index e992abc5ef264e38fefb0b3361f91c357fd1d08e..c8d794c5847989e1d150b8da968e76a24c6e0d91 100644 (file)
@@ -400,3 +400,4 @@ module_exit(efivars_pstore_exit);
 
 MODULE_DESCRIPTION("EFI variable backend for pstore");
 MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:efivars");