From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752930AbcBJQSH (ORCPT ); Wed, 10 Feb 2016 11:18:07 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:33921 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752006AbcBJQSF (ORCPT ); Wed, 10 Feb 2016 11:18:05 -0500 Date: Wed, 10 Feb 2016 16:18:00 +0000 From: Lee Jones To: Charles Keepax Cc: linux-kernel@vger.kernel.org, patches@opensource.wolfsonmicro.com Subject: Re: [PATCH RESEND 5/7] mfd: arizona: Remove duplicate select of MFD_CORE Message-ID: <20160210161800.GH3782@x1> References: <1455015123-20506-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> <1455015123-20506-6-git-send-email-ckeepax@opensource.wolfsonmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1455015123-20506-6-git-send-email-ckeepax@opensource.wolfsonmicro.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 09 Feb 2016, Charles Keepax wrote: > MFD_ARIZONA_I2C and MFD_ARIZONA_SPI both select MFD_ARIZONA and all > three of those select MFD_CORE, this makes the selects of MFD_CORE in > MFD_ARIZONA_I2C and MFD_ARIZONA_SPI redundant, so we remove them. > > Signed-off-by: Charles Keepax > --- > drivers/mfd/Kconfig | 2 -- > 1 file changed, 2 deletions(-) Applied, thanks. > diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig > index 6c4ebd9..9f012b7 100644 > --- a/drivers/mfd/Kconfig > +++ b/drivers/mfd/Kconfig > @@ -1372,7 +1372,6 @@ config MFD_ARIZONA > config MFD_ARIZONA_I2C > tristate "Cirrus Logic/Wolfson Microelectronics Arizona platform with I2C" > select MFD_ARIZONA > - select MFD_CORE > select REGMAP_I2C > depends on I2C > help > @@ -1382,7 +1381,6 @@ config MFD_ARIZONA_I2C > config MFD_ARIZONA_SPI > tristate "Cirrus Logic/Wolfson Microelectronics Arizona platform with SPI" > select MFD_ARIZONA > - select MFD_CORE > select REGMAP_SPI > depends on SPI_MASTER > help -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog