Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1366401

Re: [PATCH] arm64: defconfig: remove redundant CONFIG_MMC_BLOCK_MINORS

From Will Deacon <will.deacon@arm.com>
Newsgroups linux.kernel
Subject Re: [PATCH] arm64: defconfig: remove redundant CONFIG_MMC_BLOCK_MINORS
Date 2016-03-29 17:50 +0200
Message-ID <ri442-8nF-17@gated-at.bofh.it> (permalink)
References <rhHh8-vz-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Mar 28, 2016 at 11:28:48PM +0800, Leo Yan wrote:
> There have two patches to add CONFIG_MMC_BLOCK_MINORS twice:
> 22b0898e8 ("arm64: add defconfig options for Allwinner SoCs"),
> 2f85bb09d ("arm64: defconfig: Increase MMC_BLOCK_MINORS to 16");
> 
> So remove redundant CONFIG_MMC_BLOCK_MINORS to only enable once.
> 
> Signed-off-by: Leo Yan <leo.yan@linaro.org>
> ---
>  arch/arm64/configs/defconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index f705051..3ad26ff 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -215,7 +215,6 @@ CONFIG_MMC_SPI=y
>  CONFIG_MMC_SUNXI=y
>  CONFIG_MMC_DW=y
>  CONFIG_MMC_DW_EXYNOS=y
> -CONFIG_MMC_BLOCK_MINORS=16
>  CONFIG_NEW_LEDS=y
>  CONFIG_LEDS_CLASS=y
>  CONFIG_LEDS_SYSCON=y

Thanks, I'll pick this up with some other pending defconfig updates for
-rc2.

Will

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] arm64: defconfig: remove redundant CONFIG_MMC_BLOCK_MINORS Leo Yan <leo.yan@linaro.org> - 2016-03-28 17:30 +0200
  Re: [PATCH] arm64: defconfig: remove redundant  CONFIG_MMC_BLOCK_MINORS Will Deacon <will.deacon@arm.com> - 2016-03-29 17:50 +0200

csiph-web