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

Commit bc404e91 authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Paul Mundt
Browse files

sh: kfr2r09: fix compile breakage



Fix compile breakage caused by

commit aa82f9fc
Author: Paul Mundt <lethal@linux-sh.org>

    sh: kfr2r09 evt2irq migration.

Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 47b514cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -201,8 +201,8 @@ static struct resource kfr2r09_usb0_gadget_resources[] = {
		.flags	= IORESOURCE_MEM,
		.flags	= IORESOURCE_MEM,
	},
	},
	[1] = {
	[1] = {
		.start	= evtirq(0xa20),
		.start	= evt2irq(0xa20),
		.end	= evtirq(0xa20),
		.end	= evt2irq(0xa20),
		.flags	= IORESOURCE_IRQ | IRQF_TRIGGER_LOW,
		.flags	= IORESOURCE_IRQ | IRQF_TRIGGER_LOW,
	},
	},
};
};