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

Commit 0860cc28 authored by Russell King's avatar Russell King
Browse files

ARM: amba: netx: get rid of NO_IRQ initializers

parent b962f1bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ static struct amba_device fb_device = {
		.end	= 0x00104fff,
		.flags	= IORESOURCE_MEM,
	},
	.irq		= { NETX_IRQ_LCD, NO_IRQ },
	.irq		= { NETX_IRQ_LCD },
};

int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel)