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

Commit 0c98fb98 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: secure_buffer: fix stub functions" into msm-4.8

parents 72a4d4bd 33b9a214
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ static inline int msm_unsecure_table(struct sg_table *table)
{
	return -EINVAL;
}
int hyp_assign_table(struct sg_table *table,
static inline int hyp_assign_table(struct sg_table *table,
			u32 *source_vm_list, int source_nelems,
			int *dest_vmids, int *dest_perms,
			int dest_nelems)
@@ -77,7 +77,7 @@ static inline bool msm_secure_v2_is_supported(void)
{
	return false;
}
const char *msm_secure_vmid_to_string(int secure_vmid)
static inline const char *msm_secure_vmid_to_string(int secure_vmid)
{
	return "N/A";
}