xen: include compat/platform.h from hypercall.h
authorJuergen Gross <jgross@suse.com>
Mon, 11 Jul 2022 09:59:16 +0000 (11:59 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 11 Jul 2022 09:59:16 +0000 (11:59 +0200)
commite1664942b296e5a7bd82153bbead65c716779f35
tree328d7fd30a7fd6a0ef81d08c470ed5aef1eb8aef
parent7e21b25059ed7e8f70dcc4626403fc9986c98932
xen: include compat/platform.h from hypercall.h

The definition of compat_platform_op_t is in compat/platform.h
already, so include that file from hypercall.h instead of repeating
the typedef.

This allows to remove the related include statement from
arch/x86/x86_64/platform_hypercall.c.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/x86_64/platform_hypercall.c
xen/include/xen/hypercall.h