OMAP_GPIO_IRQ was used as OMAP_GPIOIRQ on H2 and H4 board files. Signed-off-by: David Cohen <david.cohen@xxxxxxxxxxx> --- arch/arm/mach-omap1/board-h2.c | 2 +- arch/arm/mach-omap2/board-h4.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap1/board-h2.c b/arch/arm/mach-omap1/board-h2.c index cd7bde1..74cb918 100644 --- a/arch/arm/mach-omap1/board-h2.c +++ b/arch/arm/mach-omap1/board-h2.c @@ -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), }, }; diff --git a/arch/arm/mach-omap2/board-h4.c b/arch/arm/mach-omap2/board-h4.c index 8dd990e..3daeef9 100644 --- a/arch/arm/mach-omap2/board-h4.c +++ b/arch/arm/mach-omap2/board-h4.c @@ -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) { -- 1.5.3.6 - To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html