diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/irq/handle.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c index 60fd5cd75c77..1a2fb77f2fd6 100644 --- a/kernel/irq/handle.c +++ b/kernel/irq/handle.c | |||
| @@ -188,15 +188,3 @@ irqreturn_t handle_irq_event(struct irq_desc *desc) | |||
| 188 | irq_compat_clr_progress(desc); | 188 | irq_compat_clr_progress(desc); |
| 189 | return ret; | 189 | return ret; |
| 190 | } | 190 | } |
| 191 | |||
| 192 | /** | ||
| 193 | * handle_IRQ_event - irq action chain handler | ||
| 194 | * @irq: the interrupt number | ||
| 195 | * @action: the interrupt action chain for this irq | ||
| 196 | * | ||
| 197 | * Handles the action chain of an irq event | ||
| 198 | */ | ||
| 199 | irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction *action) | ||
| 200 | { | ||
| 201 | return handle_irq_event_percpu(irq_to_desc(irq), action); | ||
| 202 | } | ||
