Emailing the fix on behalf of Iqbal: > -----Original Message----- > [mailto:linux-omap-owner@xxxxxxxxxxxxxxx] On Behalf Of Gadiyar, Anand > Subject: RE: [RESEND][PATCH]Separate out 3430 LCD panel > support from 2430 file > > > * iqbal@xxxxxx <iqbal@xxxxxx> [080702 15:25]: > > > From: Iqbal Shareef <iqbal@xxxxxx> > > > > > > Separate out 3430 LCD panel support from 2430 SDP. > > > > > > Currently the support for the LCD on 3430SDP is added in > > the lcd_2430sdp.c > > > file. This patch separates it out to a new file. > > > > Pushing today. > > > > Tony > > This one breaks compile on 3430. Will see if I can send a fix. ----< Cut here >------- From: Iqbal Shareef <iqbal@xxxxxx> Fix SDP 3430 compile error The PM_RECEIVER macro is replaced with TWL4030_MODULE_PM_RECEIVER Signed-off-by: Iqbal Shareef <iqbal@xxxxxx> --- drivers/video/omap/lcd_3430sdp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/omap/lcd_3430sdp.c b/drivers/video/omap/lcd_3430sdp.c index 20ac0e5..6e7a8b6 100644 --- a/drivers/video/omap/lcd_3430sdp.c +++ b/drivers/video/omap/lcd_3430sdp.c @@ -70,7 +70,7 @@ static int sdp3430_panel_enable(struct lcd_panel *panel) if (0 != twl4030_i2c_write_u8(TWL4030_MODULE_PM_RECEIVER, ENABLE_VAUX3_DEDICATED, TWL4030_VAUX3_DEDICATED)) return -EIO; - if (0 != twl4030_i2c_write_u8(PM_RECEIVER, ENABLE_VAUX3_DEV_GRP, + if (0 != twl4030_i2c_write_u8(TWL4030_MODULE_PM_RECEIVER, ENABLE_VAUX3_DEV_GRP, TWL4030_VAUX3_DEV_GRP)) return -EIO; -- 1.5.3.2 -- 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