mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-16 01:54:00 +00:00
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>
This commit is contained in:
parent
78d4f34e21
commit
37d1d99b88
@ -2,7 +2,7 @@
|
|||||||
#ifndef __KVM_X86_VMX_POSTED_INTR_H
|
#ifndef __KVM_X86_VMX_POSTED_INTR_H
|
||||||
#define __KVM_X86_VMX_POSTED_INTR_H
|
#define __KVM_X86_VMX_POSTED_INTR_H
|
||||||
|
|
||||||
#include <linux/find.h>
|
#include <linux/bitmap.h>
|
||||||
#include <asm/posted_intr.h>
|
#include <asm/posted_intr.h>
|
||||||
|
|
||||||
void vmx_vcpu_pi_load(struct kvm_vcpu *vcpu, int cpu);
|
void vmx_vcpu_pi_load(struct kvm_vcpu *vcpu, int cpu);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user