* [PATCH] i2c: Update twl4030's includes
@ 2008-03-29 19:00 Francisco Alecrim
2008-03-31 8:54 ` Felipe Balbi
0 siblings, 1 reply; 3+ messages in thread
From: Francisco Alecrim @ 2008-03-29 19:00 UTC (permalink / raw)
To: linux-omap; +Cc: Francisco Alecrim
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 <francisco.alecrim@indt.org.br>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] i2c: Update twl4030's includes
2008-03-29 19:00 [PATCH] i2c: Update twl4030's includes Francisco Alecrim
@ 2008-03-31 8:54 ` Felipe Balbi
2008-03-31 10:44 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Felipe Balbi @ 2008-03-31 8:54 UTC (permalink / raw)
To: Francisco Alecrim; +Cc: linux-omap
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 <francisco.alecrim@indt.org.br>
Good catch, thanks.
Stupid grep not working :-p
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
> ---
> 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 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] i2c: Update twl4030's includes
2008-03-31 8:54 ` Felipe Balbi
@ 2008-03-31 10:44 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2008-03-31 10:44 UTC (permalink / raw)
To: Felipe Balbi; +Cc: Francisco Alecrim, linux-omap
* Felipe Balbi <me@felipebalbi.com> [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 <francisco.alecrim@indt.org.br>
>
> Good catch, thanks.
> Stupid grep not working :-p
Pushing today.
Tony
>
> Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
>
> > ---
> > 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 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-03-31 10:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-29 19:00 [PATCH] i2c: Update twl4030's includes Francisco Alecrim
2008-03-31 8:54 ` Felipe Balbi
2008-03-31 10:44 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox