securemsm-kernel: enable non-qtee modules

Fix compilation issues and enable all modules bound
by TARGET_KERNEL_DLKM_SECURE_MSM_OVERRIDE.

Change-Id: Id8e2d5ecb580d5fd200fe5e5e899202046136976
Signed-off-by: Gaurav Kashyap <quic_gaurkash@quicinc.com>
此提交包含在:
Gaurav Kashyap
2023-09-20 11:41:10 -07:00
父節點 c363344909
當前提交 154b6011b0
共有 10 個檔案被更改,包括 88 行新增16 行删除

查看文件

@@ -259,7 +259,7 @@ static int sender_probe_handler(struct platform_device *pdev)
msgq_hdl = gh_msgq_register(GH_MSGQ_LABEL_SMMU_PROXY);
if (IS_ERR(msgq_hdl)) {
ret = PTR_ERR(msgq_hdl);
pr_err("%s: Queue registration failed rc: %d!\n", __func__, PTR_ERR(msgq_hdl));
pr_err("%s: Queue registration failed rc: %ld!\n", __func__, PTR_ERR(msgq_hdl));
return ret;
}