Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a68917c authored by Hareesh Gundu's avatar Hareesh Gundu
Browse files

qoc: qcom: secure_buffer: Export hyp_assign_table() for KGSL driver



To build QCOM_KGSL loadable module export hyp_assign_table().

Change-Id: I3ca7cfd1770309c5a37fb62086b77d0e5a4f09b2
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent 93982edb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -764,7 +764,7 @@ int scm_call2_atomic(u32 fn_id, struct scm_desc *desc)
		return scm_remap_error(ret);
	return ret;
}

EXPORT_SYMBOL(scm_call2_atomic);
/**
 * scm_call() - Send an SCM command
 * @svc_id: service identifier
+1 −0
Original line number Diff line number Diff line
@@ -212,6 +212,7 @@ int hyp_assign_table(struct sg_table *table,
	kfree(source_vm_copy);
	return ret;
}
EXPORT_SYMBOL(hyp_assign_table);

int hyp_assign_phys(phys_addr_t addr, u64 size, u32 *source_vm_list,
			int source_nelems, int *dest_vmids,