From mboxrd@z Thu Jan 1 00:00:00 1970 From: andre.przywara@arm.com (Andre Przywara) Date: Tue, 22 Mar 2016 10:15:40 +0000 Subject: [PATCH] arm64: defconfig: fix override warning of MMC_BLOCK_MINORS In-Reply-To: <1458533284-23010-1-git-send-email-wangkefeng.wang@huawei.com> References: <1458533284-23010-1-git-send-email-wangkefeng.wang@huawei.com> Message-ID: <56F11B4C.6030608@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, (Adding Will, who usually takes care of this) On 21/03/16 04:08, Kefeng Wang wrote: > The commit 2f85bb09d95e ("arm64: defconfig: Increase MMC_BLOCK_MINORS to > 16") and commit 22b0898e831b ("arm64: add defconfig options for Allwinner > SoCs") both add MMC_BLOCK_MINORS to defconfig, which leads to override > warning, fix it. Looks good to me. Will, do you just want to fix it up with your defconfig update planned for after -rc1 anyway? Cheers, Andre. > Cc: Georgi Djakov > Cc: Andre Przywara > Signed-off-by: Kefeng Wang > --- > 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 >