commit | 6845664a6a7d443f03883db59d10749d38d98b8e | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Mar 24 13:25:22 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Mar 29 14:47:57 2011 +0200 |
tree | 4b4499f4d41f24152190220d93ea186fbf991fca | |
parent | 25a5662a13e604d86b0a9fd71703582a7393d8ec [diff] [blame] |
arm: Cleanup the irq namespace Convert to the new function names. Automated with coccinelle. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/arch/arm/mach-sa1100/pleb.c b/arch/arm/mach-sa1100/pleb.c index 42b8040..65161f2 100644 --- a/arch/arm/mach-sa1100/pleb.c +++ b/arch/arm/mach-sa1100/pleb.c
@@ -142,7 +142,7 @@ GPDR &= ~GPIO_ETH0_IRQ; - set_irq_type(GPIO_ETH0_IRQ, IRQ_TYPE_EDGE_FALLING); + irq_set_irq_type(GPIO_ETH0_IRQ, IRQ_TYPE_EDGE_FALLING); } MACHINE_START(PLEB, "PLEB")