* [PATCH 1/1] SDP2430 Fix dependency in include file
@ 2008-09-01 1:57 Abraham Arce
2008-09-01 8:07 ` Felipe Balbi
0 siblings, 1 reply; 3+ messages in thread
From: Abraham Arce @ 2008-09-01 1:57 UTC (permalink / raw)
To: omap
TWL4030_MODIRQ_KEYPAD was undeclared, adding the required file.
Signed-off-by: Abraham Arce <abraham.arce.moreno@gmail.com>
---
arch/arm/mach-omap2/board-2430sdp.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/board-2430sdp.c
b/arch/arm/mach-omap2/board-2430sdp.c
index 64e76e8..195d53c 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.h>
#include <linux/i2c/twl4030-rtc.h>
#include <mach/hardware.h>
--
1.5.6.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] SDP2430 Fix dependency in include file
2008-09-01 1:57 [PATCH 1/1] SDP2430 Fix dependency in include file Abraham Arce
@ 2008-09-01 8:07 ` Felipe Balbi
2008-09-01 13:42 ` Abraham Arce
0 siblings, 1 reply; 3+ messages in thread
From: Felipe Balbi @ 2008-09-01 8:07 UTC (permalink / raw)
To: Abraham Arce; +Cc: omap
On Sun, Aug 31, 2008 at 08:57:44PM -0500, Abraham Arce wrote:
> TWL4030_MODIRQ_KEYPAD was undeclared, adding the required file.
>
> Signed-off-by: Abraham Arce <abraham.arce.moreno@gmail.com>
> ---
> arch/arm/mach-omap2/board-2430sdp.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/board-2430sdp.c
> b/arch/arm/mach-omap2/board-2430sdp.c
> index 64e76e8..195d53c 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.h>
and what's wrong with:
http://marc.info/?l=linux-omap&m=122011272912755&w=2
> #include <linux/i2c/twl4030-rtc.h>
>
> #include <mach/hardware.h>
--
balbi
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] SDP2430 Fix dependency in include file
2008-09-01 8:07 ` Felipe Balbi
@ 2008-09-01 13:42 ` Abraham Arce
0 siblings, 0 replies; 3+ messages in thread
From: Abraham Arce @ 2008-09-01 13:42 UTC (permalink / raw)
To: me; +Cc: omap
On Mon, Sep 1, 2008 at 3:07 AM, Felipe Balbi <me@felipebalbi.com> wrote:
>> #include <linux/clk.h>
>> #include <linux/spi/spi.h>
>> #include <linux/spi/ads7846.h>
>> +#include <linux/i2c/twl4030.h>
>
> and what's wrong with:
Nothing is bad... I didn't see the patch
>
> http://marc.info/?l=linux-omap&m=122011272912755&w=2
>
> --
> balbi
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-09-01 13:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-01 1:57 [PATCH 1/1] SDP2430 Fix dependency in include file Abraham Arce
2008-09-01 8:07 ` Felipe Balbi
2008-09-01 13:42 ` Abraham Arce
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox