efi/mokvar: move up init order
authorEric Snowberg <eric.snowberg@oracle.com>
Wed, 26 Jan 2022 02:58:32 +0000 (21:58 -0500)
committerJarkko Sakkinen <jarkko@kernel.org>
Tue, 8 Mar 2022 11:55:52 +0000 (13:55 +0200)
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>
drivers/firmware/efi/mokvar-table.c

index 38722d2..5ed0602 100644 (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);