KVM: arm/arm64: Fix up includes for trace.h
authorJeremy Cline <jcline@redhat.com>
Wed, 5 Feb 2020 13:41:46 +0000 (08:41 -0500)
committerMarc Zyngier <maz@kernel.org>
Wed, 5 Feb 2020 14:26:16 +0000 (14:26 +0000)
commit51b2569402a38e206d26728b0099eb059ab315b5
tree68039a91651d1fe21184e906a6db48a3a7be14c8
parent4a267aa707953a9a73d1f5dc7f894dd9024a92be
KVM: arm/arm64: Fix up includes for trace.h

Fedora kernel builds on armv7hl began failing recently because
kvm_arm_exception_type and kvm_arm_exception_class were undeclared in
trace.h. Add the missing include.

Fixes: 0e20f5e25556 ("KVM: arm/arm64: Cleanup MMIO handling")
Signed-off-by: Jeremy Cline <jcline@redhat.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200205134146.82678-1-jcline@redhat.com
virt/kvm/arm/trace.h