Skip to content

Commit 847c533

Browse files
esnowbergjarkkojs
authored andcommitted
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>
1 parent 087aa4e commit 847c533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/firmware/efi/mokvar-table.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,4 @@ static int __init efi_mokvar_sysfs_init(void)
359359
}
360360
return err;
361361
}
362-
device_initcall(efi_mokvar_sysfs_init);
362+
fs_initcall(efi_mokvar_sysfs_init);

0 commit comments

Comments
 (0)