Skip to content

Commit

Permalink
sh: hp6xx: Trivial build fixes for INTC changes.
Browse files Browse the repository at this point in the history
Get the IRL->IRQ stuff building.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 21, 2007
1 parent 7216ddc commit 2f0ae55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/boards/hp6xx/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2f0ae55

Please sign in to comment.