Browse Source

msm: eva: Rename Gunyah RM APIs

As we are merging upstream patches, resolve conflicts of namespaces in
downstream gunyah modules.

Change-Id: I6bc4719132e30e984974077c9923d3753faf539a
Signed-off-by: Prakruthi Deepak Heragu <[email protected]>
Prakruthi Deepak Heragu 2 năm trước cách đây
mục cha
commit
c0feafd278
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      msm/eva/vm/cvp_vm_msgq.c

+ 2 - 2
msm/eva/vm/cvp_vm_msgq.c

@@ -187,10 +187,10 @@ static int cvp_msgq_cb(struct notifier_block *nb,
 	if (vm_status_payload->vm_status != GH_RM_VM_STATUS_READY)
 		return -12;
 
-	if (gh_rm_get_vmid(msgq_config->peer_id, &peer_vmid))
+	if (ghd_rm_get_vmid(msgq_config->peer_id, &peer_vmid))
 		return -13;
 
-	if (gh_rm_get_vmid(GH_PRIMARY_VM, &self_vmid))
+	if (ghd_rm_get_vmid(GH_PRIMARY_VM, &self_vmid))
 		return -14;
 
 	if (peer_vmid != vm_status_payload->vmid)