summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/secure_buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/soc/qcom/secure_buffer.h b/include/soc/qcom/secure_buffer.h
index 5d5f6de64eea..2f97c59234d5 100644
--- a/include/soc/qcom/secure_buffer.h
+++ b/include/soc/qcom/secure_buffer.h
@@ -66,8 +66,8 @@ static inline int hyp_assign_table(struct sg_table *table,
return -ENOSYS;
}
static inline int hyp_assign_phys(phys_addr_t addr, u64 size,
- int *dest_vmids, int *dest_perms,
- int dest_nelems)
+ u32 *source_vmlist, int source_nelems,
+ int *dest_vmids, int *dest_perms, int dest_nelems)
{
return -ENOSYS;
}