From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Mon, 16 Mar 2015 21:34:20 +0000 Subject: Re: [PATCH] mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info v2 Message-Id: <20150316213420.GA1086@verge.net.au> List-Id: References: <201503141650.GfUoPRK3%fengguang.wu@intel.com> <87lhixiat4.wl%kuninori.morimoto.gx@renesas.com> <87k2yhiaro.wl%kuninori.morimoto.gx@renesas.com> <45205978.mSO6RfbDSy@wuerfel> In-Reply-To: <45205978.mSO6RfbDSy@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Arnd Bergmann Cc: Kuninori Morimoto , Vinod Koul , Linux-SH , arm@kernel.org, kbuild-all@01.org, Ulf Hansson , linux-mmc On Mon, Mar 16, 2015 at 05:34:50PM +0100, Arnd Bergmann wrote: > On Monday 16 March 2015 08:53:40 Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > > > 84f11d5b1f2abc0e22895b7e12e037f0ec03caeb > > (mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info) > > replaced sh_mobile_sdhi_info to tmio_mmc_data, but it was missing > > to replace board-ape6evm / board-mackerel. > > Kernel build will be failed without this patch. > > > > >> arch/arm/mach-shmobile/board-ape6evm.c:176:21: error: \ > > variable 'sdhi0_pdata' has initializer but incomplete type > > static const struct sh_mobile_sdhi_info sdhi0_pdata __initconst = { > > ^ > > >> arch/arm/mach-shmobile/board-ape6evm.c:177:2: error: \ > > unknown field 'tmio_flags' specified in initializer > > .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT | TMIO_MMC_WRPROTECT_DISABLE, > > ^ > > ... > > > > Signed-off-by: Kuninori Morimoto > > > > Acked-by: Arnd Bergmann Acked-by: Simon Horman From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH] mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info v2 Date: Tue, 17 Mar 2015 06:34:20 +0900 Message-ID: <20150316213420.GA1086@verge.net.au> References: <201503141650.GfUoPRK3%fengguang.wu@intel.com> <87lhixiat4.wl%kuninori.morimoto.gx@renesas.com> <87k2yhiaro.wl%kuninori.morimoto.gx@renesas.com> <45205978.mSO6RfbDSy@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <45205978.mSO6RfbDSy@wuerfel> Sender: linux-sh-owner@vger.kernel.org To: Arnd Bergmann Cc: Kuninori Morimoto , Vinod Koul , Linux-SH , arm@kernel.org, kbuild-all@01.org, Ulf Hansson , linux-mmc List-Id: linux-mmc@vger.kernel.org On Mon, Mar 16, 2015 at 05:34:50PM +0100, Arnd Bergmann wrote: > On Monday 16 March 2015 08:53:40 Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > > > 84f11d5b1f2abc0e22895b7e12e037f0ec03caeb > > (mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info) > > replaced sh_mobile_sdhi_info to tmio_mmc_data, but it was missing > > to replace board-ape6evm / board-mackerel. > > Kernel build will be failed without this patch. > > > > >> arch/arm/mach-shmobile/board-ape6evm.c:176:21: error: \ > > variable 'sdhi0_pdata' has initializer but incomplete type > > static const struct sh_mobile_sdhi_info sdhi0_pdata __initconst = { > > ^ > > >> arch/arm/mach-shmobile/board-ape6evm.c:177:2: error: \ > > unknown field 'tmio_flags' specified in initializer > > .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT | TMIO_MMC_WRPROTECT_DISABLE, > > ^ > > ... > > > > Signed-off-by: Kuninori Morimoto > > > > Acked-by: Arnd Bergmann Acked-by: Simon Horman