diff options
-rw-r--r-- | arch/sh/boards/hp6xx/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/hp6xx/setup.c b/arch/sh/boards/hp6xx/setup.c index f97d6846cdce..2f414ac3c690 100644 --- a/arch/sh/boards/hp6xx/setup.c +++ b/arch/sh/boards/hp6xx/setup.c | |||
@@ -59,7 +59,7 @@ static struct platform_device *hp6xx_devices[] __initdata = { | |||
59 | static void __init hp6xx_init_irq(void) | 59 | static void __init hp6xx_init_irq(void) |
60 | { | 60 | { |
61 | /* Gets touchscreen and powerbutton IRQ working */ | 61 | /* Gets touchscreen and powerbutton IRQ working */ |
62 | plat_irq_setup(IRQ_MODE_IRQ); | 62 | plat_irq_setup_pins(IRQ_MODE_IRQ); |
63 | } | 63 | } |
64 | 64 | ||
65 | static int __init hp6xx_devices_setup(void) | 65 | static int __init hp6xx_devices_setup(void) |