]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARCH:ARM: Fixing OMAP_GPIO_IRQ call on H2 and H4 board files.
authorDavid Cohen <david.cohen@indt.org.br>
Mon, 17 Dec 2007 00:23:14 +0000 (20:23 -0400)
committerTony Lindgren <tony@atomide.com>
Mon, 17 Dec 2007 00:40:57 +0000 (16:40 -0800)
OMAP_GPIO_IRQ was used as OMAP_GPIOIRQ on H2 and H4 board files.

Signed-off-by: David Cohen <david.cohen@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/board-h2.c
arch/arm/mach-omap2/board-h4.c

index cd7bde18291b58be9039f5a0e81e4b42f97135b8..74cb9186c4b5e90869768a1322c81e0f26497083 100644 (file)
@@ -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),
        },
 };
 
index 8dd990eacd349ceacfbe057f88375a4ca3676872..3daeef9773b18360aa8021840d11973791b13c89 100644 (file)
@@ -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)
        {