|
@@ -280,7 +280,7 @@ static inline int irq_balancing_disabled(unsigned int irq)
|
|
}
|
|
}
|
|
|
|
|
|
/* Handle irq action chains: */
|
|
/* Handle irq action chains: */
|
|
-extern int handle_IRQ_event(unsigned int irq, struct irqaction *action);
|
|
|
|
|
|
+extern irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction *action);
|
|
|
|
|
|
/*
|
|
/*
|
|
* Built-in IRQ handlers for various IRQ types,
|
|
* Built-in IRQ handlers for various IRQ types,
|
|
@@ -325,7 +325,7 @@ static inline void generic_handle_irq(unsigned int irq)
|
|
|
|
|
|
/* Handling of unhandled and spurious interrupts: */
|
|
/* Handling of unhandled and spurious interrupts: */
|
|
extern void note_interrupt(unsigned int irq, struct irq_desc *desc,
|
|
extern void note_interrupt(unsigned int irq, struct irq_desc *desc,
|
|
- int action_ret);
|
|
|
|
|
|
+ irqreturn_t action_ret);
|
|
|
|
|
|
/* Resending of interrupts :*/
|
|
/* Resending of interrupts :*/
|
|
void check_irq_resend(struct irq_desc *desc, unsigned int irq);
|
|
void check_irq_resend(struct irq_desc *desc, unsigned int irq);
|