KVM: Maintain back mapping from irqchip/pin to gsi
[deliverable/linux.git] / include / linux / interrupt.h
index b78cf8194957644b05908807839b0ed570802310..7ca72b74eec7e4142866f44debf96f594c70037f 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/irqreturn.h>
 #include <linux/irqnr.h>
 #include <linux/hardirq.h>
-#include <linux/sched.h>
 #include <linux/irqflags.h>
 #include <linux/smp.h>
 #include <linux/percpu.h>
@@ -610,6 +609,7 @@ extern void debug_poll_all_shared_irqs(void);
 static inline void debug_poll_all_shared_irqs(void) { }
 #endif
 
+struct seq_file;
 int show_interrupts(struct seq_file *p, void *v);
 
 struct irq_desc;
This page took 0.032526 seconds and 5 git commands to generate.