KVM: x86: Fold irq_comm.c into irq.c
authorSean Christopherson <seanjc@google.com>
Wed, 11 Jun 2025 21:35:57 +0000 (14:35 -0700)
committerSean Christopherson <seanjc@google.com>
Fri, 20 Jun 2025 20:52:52 +0000 (13:52 -0700)
commite76c274513f24d92074e36e40f799b44aeb7a0fb
treec909bbd464b5409ae6bd78f2b637a2b71a9c55fe
parent37b1761fe89529a1531b971d4d869b4e6d345704
KVM: x86: Fold irq_comm.c into irq.c

Drop irq_comm.c, a.k.a. common IRQ APIs, as there has been no non-x86 user
since commit 003f7de62589 ("KVM: ia64: remove") (at the time, irq_comm.c
lived in virt/kvm, not arch/x86/kvm).

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Kai Huang <kai.huang@intel.com>
Link: https://lore.kernel.org/r/20250611213557.294358-19-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/Makefile
arch/x86/kvm/irq.c
arch/x86/kvm/irq_comm.c [deleted file]