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

Commit 2f0ae55f authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: hp6xx: Trivial build fixes for INTC changes.



Get the IRL->IRQ stuff building.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 7216ddc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ static struct platform_device *hp6xx_devices[] __initdata = {
static void __init hp6xx_init_irq(void)
{
	/* Gets touchscreen and powerbutton IRQ working */
	plat_irq_setup(IRQ_MODE_IRQ);
	plat_irq_setup_pins(IRQ_MODE_IRQ);
}

static int __init hp6xx_devices_setup(void)