SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH] sh: ecovec: fixup compile error on sdhi
@ 2013-09-24  8:49 Kuninori Morimoto
  2013-09-24  9:35 ` Laurent Pinchart
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2013-09-24  8:49 UTC (permalink / raw)
  To: linux-sh

afa2c9407f8908e2269b243773cbb0997c553804
(sh: ecovec24: Use MMC/SDHI CD and RO GPIO)
added .tmio_flags = TMIO_MMC_USE_GPIO_CD
on sh_mobile_sdhi_info, but it needs
<linux/mfd/tmio.h> header.
This patch adds it

Reported-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
Simon, Paul, Magnus

       This patch is for SH, but Paul can pick up it ?
       Or Simon can ? I'm not sure...

Laurent

        Can you check this patch ?

 arch/sh/boards/mach-ecovec24/setup.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c
index 1fa8be4..122f737 100644
--- a/arch/sh/boards/mach-ecovec24/setup.c
+++ b/arch/sh/boards/mach-ecovec24/setup.c
@@ -15,6 +15,7 @@
 #include <linux/mmc/sh_mmcif.h>
 #include <linux/mmc/sh_mobile_sdhi.h>
 #include <linux/mtd/physmap.h>
+#include <linux/mfd/tmio.h>
 #include <linux/gpio.h>
 #include <linux/interrupt.h>
 #include <linux/io.h>
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-25  1:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-24  8:49 [PATCH] sh: ecovec: fixup compile error on sdhi Kuninori Morimoto
2013-09-24  9:35 ` Laurent Pinchart
2013-09-25  0:50 ` Simon Horman
2013-09-25  0:59 ` Chris Ball
2013-09-25  1:36 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox