From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] i2c: Update twl4030's includes Date: Mon, 31 Mar 2008 13:44:38 +0300 Message-ID: <20080331104438.GI26502@atomide.com> References: <1206817219-22322-1-git-send-email-francisco.alecrim@indt.org.br> <20080331085436.GA4467@kedavra.cpe.vivax.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-bos.mailhop.org ([63.208.196.178]:49598 "EHLO mho-01-bos.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751553AbYCaKop (ORCPT ); Mon, 31 Mar 2008 06:44:45 -0400 Content-Disposition: inline In-Reply-To: <20080331085436.GA4467@kedavra.cpe.vivax.com.br> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Felipe Balbi Cc: Francisco Alecrim , linux-omap@vger.kernel.org * Felipe Balbi [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 > > Good catch, thanks. > Stupid grep not working :-p Pushing today. Tony > > Acked-by: Felipe Balbi > > > --- > > 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 > > #include > > #include > > +#include > > > > #include > > #include > > @@ -38,7 +39,6 @@ > > #include > > #include > > #include > > -#include > > > > #include > > > > 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 > > #include > > +#include > > > > #include > > #include > > #include > > -#include > > #include > > > > #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 majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- > Best Regards, > > Felipe Balbi > me@felipebalbi.com > http://blog.felipebalbi.com > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html