From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info v2 Date: Mon, 16 Mar 2015 17:34:50 +0100 Message-ID: <45205978.mSO6RfbDSy@wuerfel> References: <201503141650.GfUoPRK3%fengguang.wu@intel.com> <87lhixiat4.wl%kuninori.morimoto.gx@renesas.com> <87k2yhiaro.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <87k2yhiaro.wl%kuninori.morimoto.gx@renesas.com> Sender: linux-sh-owner@vger.kernel.org To: Kuninori Morimoto Cc: Vinod Koul , Simon , Linux-SH , arm@kernel.org, kbuild-all@01.org, Ulf Hansson , linux-mmc List-Id: linux-mmc@vger.kernel.org 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