diff options
Diffstat (limited to 'arch/ia64/kernel/irq_ia64.c')
-rw-r--r-- | arch/ia64/kernel/irq_ia64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/irq_ia64.c b/arch/ia64/kernel/irq_ia64.c index b448197728be..dd9d7b54f1a1 100644 --- a/arch/ia64/kernel/irq_ia64.c +++ b/arch/ia64/kernel/irq_ia64.c | |||
@@ -630,7 +630,7 @@ static struct irqaction tlb_irqaction = { | |||
630 | void | 630 | void |
631 | ia64_native_register_percpu_irq (ia64_vector vec, struct irqaction *action) | 631 | ia64_native_register_percpu_irq (ia64_vector vec, struct irqaction *action) |
632 | { | 632 | { |
633 | irq_desc_t *desc; | 633 | struct irq_desc *desc; |
634 | unsigned int irq; | 634 | unsigned int irq; |
635 | 635 | ||
636 | irq = vec; | 636 | irq = vec; |