Commit 01636593 authored by Tony Lindgren's avatar Tony Lindgren

Fix compile for twl4030 and 3430 lcd

Looks like recent patches broke compile.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a9fc4e85
...@@ -879,7 +879,7 @@ static int __init power_companion_init(void) ...@@ -879,7 +879,7 @@ static int __init power_companion_init(void)
* status register to ensure that any prior interrupts are cleared. * status register to ensure that any prior interrupts are cleared.
* Returns the status from the I2C read operation. * 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; u8 tmp;
......
...@@ -32,7 +32,6 @@ objs-y$(CONFIG_MACH_OMAP_APOLLON) += lcd_apollon.o ...@@ -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_2430SDP) += lcd_2430sdp.o
objs-y$(CONFIG_MACH_OMAP_3430SDP) += lcd_2430sdp.o objs-y$(CONFIG_MACH_OMAP_3430SDP) += lcd_2430sdp.o
objs-y$(CONFIG_MACH_OMAP2EVM) += lcd_omap2evm.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_OMAP3EVM) += lcd_omap3evm.o
objs-y$(CONFIG_MACH_OMAP3_BEAGLE) += lcd_omap3beagle.o objs-y$(CONFIG_MACH_OMAP3_BEAGLE) += lcd_omap3beagle.o
objs-y$(CONFIG_FB_OMAP_LCD_MIPID) += lcd_mipid.o objs-y$(CONFIG_FB_OMAP_LCD_MIPID) += lcd_mipid.o
......
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