diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-12-18 11:42:30 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-25 11:04:02 +0000 |
commit | 8395e9dd56b6bba01379da8b51a8a02f4dd86fdd (patch) | |
tree | ea8157d711c38e9fb4cb27bf88d2aa35c3f73a0e /arch/arm/mach-spear3xx/spear300.c | |
parent | 0860cc2826bc20f4f6db5694aecd84c1013989bd (diff) | |
download | blackbird-op-linux-8395e9dd56b6bba01379da8b51a8a02f4dd86fdd.tar.gz blackbird-op-linux-8395e9dd56b6bba01379da8b51a8a02f4dd86fdd.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-spear3xx/spear300.c b/arch/arm/mach-spear3xx/spear300.c index a5e46b4ade20..6fdeec95939e 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 */ |