aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-12-18 06:41:06 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-01-25 06:04:01 -0500
commitcfbd209f34cb98cc8471ff722dfd7412710d395b (patch)
treee4227f69a38ed9404602c7858241eaf5d228044b
parent0dada61a29ddaaca5985c76aafec341b4ad3e989 (diff)
ARM: amba: lpc32xx: get rid of NO_IRQ initializers
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r--arch/arm/mach-lpc32xx/phy3250.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c
index bfee5b455105..025eb21b2eb5 100644
--- a/arch/arm/mach-lpc32xx/phy3250.c
+++ b/arch/arm/mach-lpc32xx/phy3250.c
@@ -161,7 +161,7 @@ static struct amba_device lpc32xx_clcd_device = {
161 .flags = IORESOURCE_MEM, 161 .flags = IORESOURCE_MEM,
162 }, 162 },
163 .dma_mask = ~0, 163 .dma_mask = ~0,
164 .irq = {IRQ_LPC32XX_LCD, NO_IRQ}, 164 .irq = {IRQ_LPC32XX_LCD},
165}; 165};
166 166
167/* 167/*
@@ -203,7 +203,7 @@ static struct amba_device lpc32xx_ssp0_device = {
203 .flags = IORESOURCE_MEM, 203 .flags = IORESOURCE_MEM,
204 }, 204 },
205 .dma_mask = ~0, 205 .dma_mask = ~0,
206 .irq = {IRQ_LPC32XX_SSP0, NO_IRQ}, 206 .irq = {IRQ_LPC32XX_SSP0},
207}; 207};
208 208
209/* AT25 driver registration */ 209/* AT25 driver registration */