Skip to content

Commit

Permalink
efi/mokvar: move up init order
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Snowberg authored and Jarkko Sakkinen committed Mar 8, 2022
1 parent 087aa4e commit 847c533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/firmware/efi/mokvar-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 847c533

Please sign in to comment.