Przeglądaj źródła

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>
Ben Hutchings 10 lat temu
rodzic
commit
9ac4d5ab3e
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      drivers/firmware/efi/efi-pstore.c

+ 1 - 0
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");