xen: fix HYPERVISOR_dm_op() prototype
authorSergey Dyasli <sergey.dyasli@citrix.com>
Wed, 7 Jun 2017 07:20:12 +0000 (08:20 +0100)
committerJuergen Gross <jgross@suse.com>
Thu, 8 Jun 2017 17:40:14 +0000 (19:40 +0200)
commita2237ae761d9baa0e814e61140ca4524e31eb92b
tree1253e79e1739e69f8423820833bb3179b24c4178
parent4e93b6481c87ea5afde944a32b4908357ec58992
xen: fix HYPERVISOR_dm_op() prototype

Change the third parameter to be the required struct xen_dm_op_buf *
instead of a generic void * (which blindly accepts any pointer).

Signed-off-by: Sergey Dyasli <sergey.dyasli@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Juergen Gross <jgross@suse.com>
arch/x86/include/asm/xen/hypercall.h
include/xen/arm/hypercall.h