]> xenbits.xensource.com Git - xen.git/commitdiff
Arm: fix build after 892b9dcebdb7
authorJan Beulich <jbeulich@suse.com>
Tue, 14 Jan 2020 15:06:27 +0000 (16:06 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 14 Jan 2020 15:06:27 +0000 (16:06 +0100)
"IRQ: u16 is too narrow for an event channel number" introduced a use of
evetchn_port_t, but its typedef apparently surfaces indirectly here only
on x86.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/xen/irq.h

index 59d5e45bb0b2ce62c6cfe75fde27c271bf1459cd..43d567fe445cc3a34838cb933f1f9765058adc0d 100644 (file)
@@ -8,6 +8,7 @@
 #include <xen/list.h>
 #include <asm/regs.h>
 #include <asm/hardirq.h>
+#include <public/event_channel.h>
 
 struct irqaction {
     void (*handler)(int, void *, struct cpu_user_regs *);