mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
sh: hp6xx: Trivial build fixes for INTC changes.
Get the IRL->IRQ stuff building. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
7216ddc6b6
commit
2f0ae55f39
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user