From 795447bb9dac1dcce0777324a36b79d5ab35edd5 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Thu, 13 Sep 2007 16:36:52 +0900 Subject: [PATCH] --- yaml --- r: 68256 b: refs/heads/master c: 2f0ae55f394a0d38ca3eb2fffac3f4d45c32eb97 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sh/boards/hp6xx/setup.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)