Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753863AbcC1P3R (ORCPT ); Mon, 28 Mar 2016 11:29:17 -0400 Received: from mail-vk0-f52.google.com ([209.85.213.52]:35223 "EHLO mail-vk0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752404AbcC1P3P (ORCPT ); Mon, 28 Mar 2016 11:29:15 -0400 From: Leo Yan To: Catalin Marinas , Will Deacon Cc: Simon Horman , Thierry Reding , Olof Johansson , Kuninori Morimoto , Arnd Bergmann , Alim Akhtar , Srinivas Kandagatla , Andy Gross , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Leo Yan Subject: [PATCH] arm64: defconfig: remove redundant CONFIG_MMC_BLOCK_MINORS Date: Mon, 28 Mar 2016 23:28:48 +0800 Message-Id: <1459178928-26973-1-git-send-email-leo.yan@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 743 Lines: 25 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 --- 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 -- 1.9.1