kernel/arch/mips/include/asm/sni.h
.. .. @@ -11,6 +11,8 @@ 11 11 #ifndef __ASM_SNI_H 12 12 #define __ASM_SNI_H 13 13 14 +#include <linux/irqreturn.h>15 +14 16 extern unsigned int sni_brd_type; 15 17 16 18 #define SNI_BRD_10 2 .. .. @@ -239,6 +241,6 @@ 239 241 240 242 /* common irq stuff */ 241 243 extern void (*sni_hwint)(void); 242 -extern struct irqaction sni_isa_irq;244 +extern irqreturn_t sni_isa_irq_handler(int dummy, void *p);243 245 244 246 #endif /* __ASM_SNI_H */