Commit 847c5336 authored by Eric Snowberg's avatar Eric Snowberg Committed by Jarkko Sakkinen
Browse files

efi/mokvar: move up init order



Move up the init order so it can be used by the new machine keyring.

Signed-off-by: default avatarEric Snowberg <eric.snowberg@oracle.com>
Reviewed-by: default avatarJarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: default avatarJarkko Sakkinen <jarkko@kernel.org>
parent 087aa4ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -359,4 +359,4 @@ static int __init efi_mokvar_sysfs_init(void)
	}
	return err;
}
device_initcall(efi_mokvar_sysfs_init);
fs_initcall(efi_mokvar_sysfs_init);