diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-11-23 19:40:01 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-11-28 13:31:01 -0500 |
commit | 3ca9d84e722e8044c09e80992aa7b15bd904d3ce (patch) | |
tree | 2ee2811692f30532a1ccb4c3525040ed34da363a /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 79268e9c62ec6eb6233a85a25c8795fa322aea82 (diff) | |
download | linux-3ca9d84e722e8044c09e80992aa7b15bd904d3ce.tar.gz linux-3ca9d84e722e8044c09e80992aa7b15bd904d3ce.tar.bz2 linux-3ca9d84e722e8044c09e80992aa7b15bd904d3ce.zip |
KVM: always declare prototype for kvm_arch_irqchip_in_kernel
Architecture code might want to use it even if CONFIG_HAVE_KVM_IRQ_ROUTING
is false; for example PPC XICS has KVM_IRQ_LINE and wants to use
kvm_arch_irqchip_in_kernel from there, but it does not have
KVM_SET_GSI_ROUTING so the prototype was not provided.
Fixes: d663b8a28598 ("KVM: replace direct irq.h inclusion")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions