]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Fix compile for twl4030 and 3430 lcd
authorTony Lindgren <tony@atomide.com>
Wed, 6 Aug 2008 09:47:49 +0000 (12:47 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 6 Aug 2008 09:47:49 +0000 (12:47 +0300)
Looks like recent patches broke compile.

Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/i2c/chips/twl4030-core.c
drivers/video/omap/Makefile

index 205245d2ec0af6cf7913e9d56c631dfd0fda3e02..632431f435a937abd21cd3ad7a29fd34e13d1a24 100644 (file)
@@ -879,7 +879,7 @@ static int __init power_companion_init(void)
  * status register to ensure that any prior interrupts are cleared.
  * Returns the status from the I2C read operation.
  */
-static int __init twl4030_i2c_clear_isr(u8 mod_no, u8 reg)
+static int __init twl4030_i2c_clear_isr(u8 mod_no, u8 reg, u8 cor)
 {
        u8 tmp;
 
index 662dff949ff5b361446fba930697400338939d09..f9b5cd4b2e5db6d31f11683a6e83583f08e07008 100644 (file)
@@ -32,7 +32,6 @@ objs-y$(CONFIG_MACH_OMAP_APOLLON) += lcd_apollon.o
 objs-y$(CONFIG_MACH_OMAP_2430SDP) += lcd_2430sdp.o
 objs-y$(CONFIG_MACH_OMAP_3430SDP) += lcd_2430sdp.o
 objs-y$(CONFIG_MACH_OMAP2EVM) += lcd_omap2evm.o
-objs-y$(CONFIG_MACH_OMAP_3430SDP) += lcd_3430sdp.o
 objs-y$(CONFIG_MACH_OMAP3EVM) += lcd_omap3evm.o
 objs-y$(CONFIG_MACH_OMAP3_BEAGLE) += lcd_omap3beagle.o
 objs-y$(CONFIG_FB_OMAP_LCD_MIPID) += lcd_mipid.o