diff --git a/[refs] b/[refs] index b268f39afc6e..cfeefeaf3a7f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7216ddc6b61040d7bfdf44713ea94f6d845553b2 +refs/heads/master: 2f0ae55f394a0d38ca3eb2fffac3f4d45c32eb97 diff --git a/trunk/arch/sh/boards/hp6xx/setup.c b/trunk/arch/sh/boards/hp6xx/setup.c index f97d6846cdce..2f414ac3c690 100644 --- a/trunk/arch/sh/boards/hp6xx/setup.c +++ b/trunk/arch/sh/boards/hp6xx/setup.c @@ -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)