efi/mokvar: move up init order

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

Signed-off-by: Eric Snowberg <eric.snowberg@oracle.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
This commit is contained in:
Eric Snowberg 2022-01-25 21:58:32 -05:00 committed by Jarkko Sakkinen
parent 087aa4ed37
commit 847c5336d8

View File

@ -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);