From 9c4441c7bf745a60f335efceeced82749e2b3277 Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Tue, 22 Apr 2014 13:58:35 +0100 Subject: [PATCH] xen/arm: IRQ: Rename irq_cfg into arch_irq_desc irq_cfg is never used in the code and arch_irq_desc is an alias to irq_cfg. Signed-off-by: Julien Grall Acked-by: Ian Campbell --- xen/include/asm-arm/irq.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xen/include/asm-arm/irq.h b/xen/include/asm-arm/irq.h index 7c20703eff..3197aec038 100644 --- a/xen/include/asm-arm/irq.h +++ b/xen/include/asm-arm/irq.h @@ -14,8 +14,7 @@ struct arch_pirq { }; -struct irq_cfg { -#define arch_irq_desc irq_cfg +struct arch_irq_desc { int eoi_cpu; }; -- 2.30.2