Commit 9fb93354 authored by David Cohen's avatar David Cohen Committed by Tony Lindgren

ARCH:ARM: Fixing OMAP_GPIO_IRQ call on H2 and H4 board files.

OMAP_GPIO_IRQ was used as OMAP_GPIOIRQ on H2 and H4 board files.
Signed-off-by: default avatarDavid Cohen <david.cohen@indt.org.br>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent bcebb6e7
......@@ -440,7 +440,7 @@ static struct i2c_board_info __initdata h2_i2c_board_info[] = {
{
I2C_BOARD_INFO("isp1301_omap", 0x2d),
.type = "isp1301_omap",
.irq = OMAP_GPIOIRQ(2),
.irq = OMAP_GPIO_IRQ(2),
},
};
......
......@@ -643,7 +643,7 @@ static struct i2c_board_info __initdata h4_i2c_board_info[] = {
{
I2C_BOARD_INFO("isp1301_omap", 0x2d),
.type = "isp1301_omap",
.irq = OMAP_GPIOIRQ(125),
.irq = OMAP_GPIO_IRQ(125),
},
#if defined(CONFIG_VIDEO_OV9640) || defined(CONFIG_VIDEO_OV9640_MODULE)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment