]> err.no Git - linux-2.6/blobdiff - include/asm-sparc/irq.h
Pull esi-support into release branch
[linux-2.6] / include / asm-sparc / irq.h
index a6115c6ed6e3eb9a239bd3b9ce35111b3db43c70..3141ddfea97d5ebe5e3f250a59c016d48ad0b6c8 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef _SPARC_IRQ_H
 #define _SPARC_IRQ_H
 
-#include <linux/config.h>
 #include <linux/linkage.h>
 #include <linux/threads.h>     /* For NR_CPUS */
 #include <linux/interrupt.h>
@@ -182,8 +181,4 @@ extern struct sun4m_intregs *sun4m_interrupts;
 #define SUN4M_INT_SBUS(x)      (1 << (x+7))
 #define SUN4M_INT_VME(x)       (1 << (x))
 
-struct irqaction;
-struct pt_regs;
-int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *);
-
 #endif