mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-29 17:22:07 +00:00
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:
parent
087aa4ed37
commit
847c5336d8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user