Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1244716 > unrolled thread

[PATCH 09/11] efi: Auto-load the efi-pstore module

Started byMatt Fleming <matt@codeblueprint.co.uk>
First post2015-10-12 16:00 +0200
Last post2015-10-12 16:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 09/11] efi: Auto-load the efi-pstore module Matt Fleming <matt@codeblueprint.co.uk> - 2015-10-12 16:00 +0200

#1244716 — [PATCH 09/11] efi: Auto-load the efi-pstore module

FromMatt Fleming <matt@codeblueprint.co.uk>
Date2015-10-12 16:00 +0200
Subject[PATCH 09/11] efi: Auto-load the efi-pstore module
Message-ID<qiLNV-LL-45@gated-at.bofh.it>
From: Ben Hutchings <ben@decadent.org.uk>

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 | 1 +
 1 file changed, 1 insertion(+)

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");
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web