|
@@ -282,7 +282,7 @@ extern irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction *action);
|
|
|
|
|
|
/*
|
|
|
* Built-in IRQ handlers for various IRQ types,
|
|
|
- * callable via desc->chip->handle_irq()
|
|
|
+ * callable via desc->handle_irq()
|
|
|
*/
|
|
|
extern void handle_level_irq(unsigned int irq, struct irq_desc *desc);
|
|
|
extern void handle_fasteoi_irq(unsigned int irq, struct irq_desc *desc);
|