Skip to content

Commit 51b2569

Browse files
jeremyclineMarc Zyngier
authored andcommitted
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: 0e20f5e ("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
1 parent 4a267aa commit 51b2569

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

virt/kvm/arm/trace.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include <kvm/arm_arch_timer.h>
66
#include <linux/tracepoint.h>
7+
#include <asm/kvm_arm.h>
78

89
#undef TRACE_SYSTEM
910
#define TRACE_SYSTEM kvm

0 commit comments

Comments
 (0)