From: Ben Hutchings Date: Mon, 28 Sep 2015 00:44:16 +0000 (+0100) Subject: efi: Auto-load the efi-pstore module X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9ac4d5ab3e7ae6f485501cb6bf3965da34ac1bac;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git efi: Auto-load the efi-pstore module efi-pstore should be auto-loaded on EFI systems, same as efivars. Signed-off-by: Ben Hutchings Cc: Matthew Garrett Cc: Lee, Chun-Yi Cc: Ard Biesheuvel Signed-off-by: Matt Fleming --- 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");