From: Matt Fleming Date: Fri, 8 Feb 2013 16:27:24 +0000 (+0000) Subject: efivarfs: Move to fs/efivarfs X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~75^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d68772b7c83f4b518be15ae96f4827c8ed02f684;p=pandora-kernel.git efivarfs: Move to fs/efivarfs Now that efivarfs uses the efivar API, move it out of efivars.c and into fs/efivarfs where it belongs. This move will eventually allow us to enable the efivarfs code without having to also enable CONFIG_EFI_VARS built, and vice versa. Furthermore, things like, mount -t efivarfs none /sys/firmware/efi/efivars will now work if efivarfs is built as a module without requiring the use of MODULE_ALIAS(), which would have been necessary when the efivarfs code was part of efivars.c. Cc: Matthew Garrett Cc: Jeremy Kerr Reviewed-by: Tom Gundersen Tested-by: Tom Gundersen Signed-off-by: Matt Fleming --- Reading git-diff-tree failed