From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753063AbaDRNwN (ORCPT ); Fri, 18 Apr 2014 09:52:13 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:17628 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752795AbaDRNwJ (ORCPT ); Fri, 18 Apr 2014 09:52:09 -0400 Message-ID: <53512E06.9080007@atmel.com> Date: Fri, 18 Apr 2014 15:52:06 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: , Mark Brown , Linus Walleij , Arnd Bergmann CC: , Jean-Christophe PLAGNIOL-VILLARD , Boris BREZILLON , Alexandre Belloni Subject: Re: [PATCH v4 1/2] ASoC: sam9g20_wm8731: remove useless mach/gpio.h References: In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14/04/2014 11:54, Nicolas Ferre : > This include file is about to disapear. In addition it is > useless for this code. So it is time to remove it. > > Signed-off-by: Nicolas Ferre > --- > Hi Mark, > > This patch is needed before we integrate the folling one. It will allow us to > remove the mach/gpio.h header file for AT91 and will be a move forward in the > single zImage direction. > > So, can you have a look and if you agree, we may add both in arm-soc during > the 3.15-rc phase... So, after discussion with Arnd, I take this series of two in our at91-3.16-cleanup branch. Bye, > > Thanks, bye > > sound/soc/atmel/sam9g20_wm8731.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/sound/soc/atmel/sam9g20_wm8731.c b/sound/soc/atmel/sam9g20_wm8731.c > index 174bd546c08b..bb1149126c54 100644 > --- a/sound/soc/atmel/sam9g20_wm8731.c > +++ b/sound/soc/atmel/sam9g20_wm8731.c > @@ -48,7 +48,6 @@ > > #include > #include > -#include > > #include "../codecs/wm8731.h" > #include "atmel-pcm.h" > -- Nicolas Ferre