diff options
author | Claudio Scordino <claudio@evidence.eu.com> | 2008-11-11 04:56:36 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-16 08:58:44 -0500 |
commit | 47fee6fedd3ea08e9b0f1172bc74e59ee7a6b3d9 (patch) | |
tree | fa8ca75b48a8158bb7cc192eee3e4ccab2bcad77 | |
parent | d7927e19167680053f282fb4007e81c244ebf465 (diff) |
Unused variable 'reg' removed.
Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r-- | arch/arm/plat-mxc/irq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/irq.c b/arch/arm/plat-mxc/irq.c index dd7021b19834..e937c8759a97 100644 --- a/arch/arm/plat-mxc/irq.c +++ b/arch/arm/plat-mxc/irq.c | |||
@@ -115,7 +115,6 @@ static struct irq_chip mxc_avic_chip = { | |||
115 | void __init mxc_init_irq(void) | 115 | void __init mxc_init_irq(void) |
116 | { | 116 | { |
117 | int i; | 117 | int i; |
118 | u32 reg; | ||
119 | 118 | ||
120 | /* put the AVIC into the reset value with | 119 | /* put the AVIC into the reset value with |
121 | * all interrupts disabled | 120 | * all interrupts disabled |