* Felipe Balbi <[EMAIL PROTECTED]> [080331 11:53]: > On Sat, Mar 29, 2008 at 09:00:19PM +0200, Francisco Alecrim wrote: > > Update twl4030's includes. Headers now available under include/linux/i2c. > > > > arch/arm/mach-omap2/board-2430sdp.c:41:34: error: asm/arch/twl4030-rtc.h: > > No such file or directory > > drivers/video/omap/lcd_2430sdp.c:30:30: error: asm/arch/twl4030.h: No such > > file or directory > > > > Signed-off-by: Francisco Alecrim <[EMAIL PROTECTED]> > > Good catch, thanks. > Stupid grep not working :-p
Pushing today. Tony > > Acked-by: Felipe Balbi <[EMAIL PROTECTED]> > > > --- > > arch/arm/mach-omap2/board-2430sdp.c | 2 +- > > drivers/video/omap/lcd_2430sdp.c | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/arch/arm/mach-omap2/board-2430sdp.c > > b/arch/arm/mach-omap2/board-2430sdp.c > > index c2d3c4d..5228d29 100644 > > --- a/arch/arm/mach-omap2/board-2430sdp.c > > +++ b/arch/arm/mach-omap2/board-2430sdp.c > > @@ -24,6 +24,7 @@ > > #include <linux/clk.h> > > #include <linux/spi/spi.h> > > #include <linux/spi/ads7846.h> > > +#include <linux/i2c/twl4030-rtc.h> > > > > #include <asm/hardware.h> > > #include <asm/mach-types.h> > > @@ -38,7 +39,6 @@ > > #include <asm/arch/keypad.h> > > #include <asm/arch/gpmc.h> > > #include <asm/arch/mcspi.h> > > -#include <asm/arch/twl4030-rtc.h> > > > > #include <asm/io.h> > > > > diff --git a/drivers/video/omap/lcd_2430sdp.c > > b/drivers/video/omap/lcd_2430sdp.c > > index 2464e85..8ba15dc 100644 > > --- a/drivers/video/omap/lcd_2430sdp.c > > +++ b/drivers/video/omap/lcd_2430sdp.c > > @@ -23,11 +23,11 @@ > > > > #include <linux/module.h> > > #include <linux/platform_device.h> > > +#include <linux/i2c/twl4030.h> > > > > #include <asm/arch/gpio.h> > > #include <asm/arch/mux.h> > > #include <asm/arch/omapfb.h> > > -#include <asm/arch/twl4030.h> > > #include <asm/mach-types.h> > > > > #define SDP2430_LCD_PANEL_BACKLIGHT_GPIO 91 > > -- > > 1.5.4.23.gef5b9 > > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > > the body of a message to [EMAIL PROTECTED] > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- > Best Regards, > > Felipe Balbi > [EMAIL PROTECTED] > http://blog.felipebalbi.com > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
