From: Ben Hutchings Date: Mon, 28 Sep 2015 00:44:16 +0000 (+0100) Subject: efi: Auto-load the efi-pstore module X-Git-Tag: v4.4-rc1~159^2~3^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ac4d5ab3e7ae6f485501cb6bf3965da34ac1bac;p=thirdparty%2Fkernel%2Flinux.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 e992abc5ef264..c8d794c584798 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");