From 801bbc8943e1dc9498ea033e11416b9f8e4f862f Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Mon, 6 Jun 2011 10:09:46 -0700 Subject: HVM-291 irq.h should be kvm_irq.h HVM-292 kvm_irq.c shouldn't have extern declarations --- kvm_irq_comm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvm_irq_comm.c') diff --git a/kvm_irq_comm.c b/kvm_irq_comm.c index f4df4e1..aa2ef74 100644 --- a/kvm_irq_comm.c +++ b/kvm_irq_comm.c @@ -35,7 +35,7 @@ #include "apicdef.h" #include "kvm_lapic.h" #include "kvm_ioapic.h" -#include "irq.h" +#include "kvm_irq.h" extern long find_first_zero_bit(const unsigned long *, unsigned long); extern int kvm_pic_set_irq(void *, int, int); -- cgit v1.2.3