public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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