Revert "firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcall"

This reverts commit 0e0546eabc, which was
added to address ordering issues with the IMA LSM initialisation where
the TPM would not be fully ready by the time IMA wanted it. This has
been resolved within IMA by retrying setup during late_initcall_sync if
the TPM is not available at first.

Signed-off-by: Yeoreum Yun <yeoreum.yun@arm.com>
Link: https://patch.msgid.link/20260508-b4-ffa_plat_dev-v1-1-c5a30f8cf7b8@kernel.org
Signed-off-by: Sudeep Holla <sudeep.holla@kernel.org>
This commit is contained in:
Yeoreum Yun 2026-05-08 18:54:15 +01:00 committed by Sudeep Holla
parent a6848a5040
commit cc7e8f21b9

View File

@ -2164,7 +2164,7 @@ static int __init ffa_init(void)
kfree(drv_info);
return ret;
}
rootfs_initcall(ffa_init);
module_init(ffa_init);
static void __exit ffa_exit(void)
{