From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Date: Tue, 24 Sep 2013 09:35:10 +0000 Subject: Re: [PATCH] sh: ecovec: fixup compile error on sdhi Message-Id: <5132621.e7mhLXm5bf@avalon> List-Id: References: <87li2mr4dw.wl%kuninori.morimoto.gx@renesas.com> In-Reply-To: <87li2mr4dw.wl%kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Hi Morimoto-san, Thank you for the patch. On Tuesday 24 September 2013 01:49:19 Kuninori Morimoto wrote: > 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 > header. > This patch adds it > > Reported-by: Yusuke Goda > Signed-off-by: Kuninori Morimoto Acked-by: Laurent Pinchart > --- > 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 > #include > #include > +#include > #include > #include > #include -- Regards, Laurent Pinchart