summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ep93xx
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-12-18 11:39:37 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-01-25 11:02:03 +0000
commit0250eb5e7d19b0f89330be30a88e216db1849aed (patch)
tree1aa1e65b45be7702d25de4ca358fd38ab732ed29 /arch/arm/mach-ep93xx
parent4ce02fdc4e20210d3bb042910257689d0a5afb9a (diff)
ARM: amba: get rid of NO_IRQ initializers
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ep93xx')
-rw-r--r--arch/arm/mach-ep93xx/core.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c
index 24203f9a6796..1a8397a2f77a 100644
--- a/arch/arm/mach-ep93xx/core.c
+++ b/arch/arm/mach-ep93xx/core.c
@@ -289,7 +289,7 @@ static struct amba_device uart1_device = {
.end = EP93XX_UART1_PHYS_BASE + 0x0fff,
.flags = IORESOURCE_MEM,
},
- .irq = { IRQ_EP93XX_UART1, NO_IRQ },
+ .irq = { IRQ_EP93XX_UART1 },
.periphid = 0x00041010,
};
@@ -303,7 +303,7 @@ static struct amba_device uart2_device = {
.end = EP93XX_UART2_PHYS_BASE + 0x0fff,
.flags = IORESOURCE_MEM,
},
- .irq = { IRQ_EP93XX_UART2, NO_IRQ },
+ .irq = { IRQ_EP93XX_UART2 },
.periphid = 0x00041010,
};
@@ -317,7 +317,7 @@ static struct amba_device uart3_device = {
.end = EP93XX_UART3_PHYS_BASE + 0x0fff,
.flags = IORESOURCE_MEM,
},
- .irq = { IRQ_EP93XX_UART3, NO_IRQ },
+ .irq = { IRQ_EP93XX_UART3 },
.periphid = 0x00041010,
};