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 <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4a267aa commit 51b2569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)