From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Date: Tue, 17 Mar 2015 05:29:32 +0000 Subject: Re: [PATCH] mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info v2 Message-Id: <20150317051732.GY32683@intel.com> List-Id: References: <201503141650.GfUoPRK3%fengguang.wu@intel.com> <87ioe1kcp8.wl%kuninori.morimoto.gx@renesas.com> <20150316075105.GA21372@verge.net.au> <87lhixiat4.wl%kuninori.morimoto.gx@renesas.com> <87k2yhiaro.wl%kuninori.morimoto.gx@renesas.com> In-Reply-To: <87k2yhiaro.wl%kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Kuninori Morimoto Cc: Simon , Linux-SH , arm@kernel.org, kbuild-all@01.org, Ulf Hansson , linux-mmc On Mon, Mar 16, 2015 at 08:53:40AM +0000, 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, > ^ > ... > Applied, to topic/sh. So feel free to merge in your trees if you need this. Thanks -- ~Vinod From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH] mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info v2 Date: Tue, 17 Mar 2015 10:47:32 +0530 Message-ID: <20150317051732.GY32683@intel.com> References: <201503141650.GfUoPRK3%fengguang.wu@intel.com> <87ioe1kcp8.wl%kuninori.morimoto.gx@renesas.com> <20150316075105.GA21372@verge.net.au> <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 Return-path: Content-Disposition: inline In-Reply-To: <87k2yhiaro.wl%kuninori.morimoto.gx@renesas.com> Sender: linux-sh-owner@vger.kernel.org To: Kuninori Morimoto Cc: Simon , 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 08:53:40AM +0000, 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, > ^ > ... > Applied, to topic/sh. So feel free to merge in your trees if you need this. Thanks -- ~Vinod