Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0250eb5e authored by Russell King's avatar Russell King
Browse files

ARM: amba: get rid of NO_IRQ initializers

parent 4ce02fdc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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,
};