Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ben Hutchings and committed by
Matt Fleming
9ac4d5ab a1041713

+1
+1
drivers/firmware/efi/efi-pstore.c
··· 400 400 401 401 MODULE_DESCRIPTION("EFI variable backend for pstore"); 402 402 MODULE_LICENSE("GPL"); 403 + MODULE_ALIAS("platform:efivars");