aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-09-13 03:36:52 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-09-20 22:57:54 -0400
commit2f0ae55f394a0d38ca3eb2fffac3f4d45c32eb97 (patch)
tree93c1586bfbcb7cbde2af59e89f6e34428d004a93 /arch
parent7216ddc6b61040d7bfdf44713ea94f6d845553b2 (diff)
sh: hp6xx: Trivial build fixes for INTC changes.
Get the IRL->IRQ stuff building. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/boards/hp6xx/setup.c2
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 = {
59static void __init hp6xx_init_irq(void) 59static 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
65static int __init hp6xx_devices_setup(void) 65static int __init hp6xx_devices_setup(void)