Skip to content

Commit 37d1d99

Browse files
Wolfram Sangbonzini
authored andcommitted
KVM: VMX: don't include '<linux/find.h>' directly
The header clearly states that it does not want to be included directly, only via '<linux/bitmap.h>'. Replace the include accordingly. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Message-ID: <20241217070539.2433-2-wsa+renesas@sang-engineering.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 78d4f34 commit 37d1d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kvm/vmx/posted_intr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#ifndef __KVM_X86_VMX_POSTED_INTR_H
33
#define __KVM_X86_VMX_POSTED_INTR_H
44

5-
#include <linux/find.h>
5+
#include <linux/bitmap.h>
66
#include <asm/posted_intr.h>
77

88
void vmx_vcpu_pi_load(struct kvm_vcpu *vcpu, int cpu);

0 commit comments

Comments
 (0)