summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-spear3xx/spear300.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-12-18 11:42:30 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-01-25 11:04:02 +0000
commit8395e9dd56b6bba01379da8b51a8a02f4dd86fdd (patch)
treeea8157d711c38e9fb4cb27bf88d2aa35c3f73a0e /arch/arm/mach-spear3xx/spear300.c
parent0860cc2826bc20f4f6db5694aecd84c1013989bd (diff)
downloadop-kernel-dev-8395e9dd56b6bba01379da8b51a8a02f4dd86fdd.zip
op-kernel-dev-8395e9dd56b6bba01379da8b51a8a02f4dd86fdd.tar.gz
ARM: amba: spear: get rid of NO_IRQ initializers
Acked-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-spear3xx/spear300.c')
-rw-r--r--arch/arm/mach-spear3xx/spear300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-spear3xx/spear300.c b/arch/arm/mach-spear3xx/spear300.c
index a5e46b4..6fdeec9 100644
--- a/arch/arm/mach-spear3xx/spear300.c
+++ b/arch/arm/mach-spear3xx/spear300.c
@@ -440,7 +440,7 @@ struct amba_device spear300_gpio1_device = {
.end = SPEAR300_GPIO_BASE + SZ_4K - 1,
.flags = IORESOURCE_MEM,
},
- .irq = {SPEAR300_VIRQ_GPIO1, NO_IRQ},
+ .irq = {SPEAR300_VIRQ_GPIO1},
};
/* spear300 routines */
OpenPOWER on IntegriCloud