]> Pileus Git - ~andy/linux/commitdiff
ARM: amba: u300: get rid of NO_IRQ initializers
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 18 Dec 2011 11:42:44 +0000 (11:42 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 25 Jan 2012 11:04:02 +0000 (11:04 +0000)
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-u300/core.c

index b4c6926a700cc30c8187768d0a629e590b1d3417..ed9296796461a283caa7025d1d4be8d61d7cf116 100644 (file)
@@ -105,7 +105,7 @@ static struct amba_device uart0_device = {
                .end   = U300_UART0_BASE + SZ_4K - 1,
                .flags = IORESOURCE_MEM,
        },
-       .irq = { IRQ_U300_UART0, NO_IRQ },
+       .irq = { IRQ_U300_UART0 },
 };
 
 /* The U335 have an additional UART1 on the APP CPU */
@@ -129,7 +129,7 @@ static struct amba_device uart1_device = {
                .end   = U300_UART1_BASE + SZ_4K - 1,
                .flags = IORESOURCE_MEM,
        },
-       .irq = { IRQ_U300_UART1, NO_IRQ },
+       .irq = { IRQ_U300_UART1 },
 };
 #endif
 
@@ -160,7 +160,7 @@ static struct amba_device pl022_device = {
                .end   = U300_SPI_BASE + SZ_4K - 1,
                .flags = IORESOURCE_MEM,
        },
-       .irq = {IRQ_U300_SPI, NO_IRQ },
+       .irq = {IRQ_U300_SPI },
        /*
         * This device has a DMA channel but the Linux driver does not use
         * it currently.