diff mbox

[Xen-devel,v2,03/16] xen/arm: IRQ: Rename irq_cfg into arch_irq_desc

Message ID 1396557727-19102-4-git-send-email-julien.grall@linaro.org
State Superseded, archived
Headers show

Commit Message

Julien Grall April 3, 2014, 8:41 p.m. UTC
irq_cfg is never used in the code and arch_irq_desc is an alias to irq_cfg.

Signed-off-by: Julien Grall <julien.grall@linaro.org>

---
    Changes in v2:
        - Patch added
---
 xen/include/asm-arm/irq.h |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Ian Campbell April 7, 2014, 1:10 p.m. UTC | #1
On Thu, 2014-04-03 at 21:41 +0100, Julien Grall wrote:
> irq_cfg is never used in the code and arch_irq_desc is an alias to irq_cfg.
> 
> Signed-off-by: Julien Grall <julien.grall@linaro.org>

Acked-by: Ian Campbell <ian.campbell@ctirix.com>
diff mbox

Patch

diff --git a/xen/include/asm-arm/irq.h b/xen/include/asm-arm/irq.h
index 7c20703..3197aec 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;
 };