KVM: arm64: Add missing #includes to kvm_host.h
authorDave Martin <Dave.Martin@arm.com>
Fri, 28 Sep 2018 13:39:08 +0000 (14:39 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Fri, 29 Mar 2019 14:41:52 +0000 (14:41 +0000)
commit3f61f40947e88b069ac1103727c81582d6e91dea
tree10d4e5de510a1305e8a99ed817e34e666869df95
parent7aa92cf318f8136c445c1656d291f50df189b56a
KVM: arm64: Add missing #includes to kvm_host.h

kvm_host.h uses some declarations from other headers that are
currently included by accident, without an explicit #include.

This patch adds a few #includes that are clearly missing.  Although
the header builds without them today, this should help to avoid
future surprises.

Signed-off-by: Dave Martin <Dave.Martin@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Tested-by: zhang.lei <zhang.lei@jp.fujitsu.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm64/include/asm/kvm_host.h