]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit93d11de5866e6605a1511565f1217a98f248b7e6
tree10d4e5de510a1305e8a99ed817e34e666869df95
parentd03228db06e47107935e0c40bb5b7a722f6d3c37
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