From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Subject: Re: [PATCH] sound: soc: atmel sam9g20_wm8731: remove useless include Date: Tue, 6 Jan 2015 18:14:12 +0800 Message-ID: <54ABB574.30602@atmel.com> References: <1420536080-29181-1-git-send-email-alexandre.belloni@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from eusmtp01.atmel.com (eusmtp01.atmel.com [212.144.249.242]) by alsa0.perex.cz (Postfix) with ESMTP id 3A87B2604AE for ; Tue, 6 Jan 2015 11:17:12 +0100 (CET) In-Reply-To: <1420536080-29181-1-git-send-email-alexandre.belloni@free-electrons.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Alexandre Belloni , Mark Brown Cc: alsa-devel@alsa-project.org, Takashi Iwai , Nicolas Ferre , linux-kernel@vger.kernel.org, Liam Girdwood , linux-arm-kernel@lists.infradead.org List-Id: alsa-devel@alsa-project.org Hi Alexandre Belloni, On 01/06/2015 05:21 PM, Alexandre Belloni wrote: > A mach/ header is included but never used. Simply remove it. > > Signed-off-by: Alexandre Belloni Thanks for your patch. Acked-by: Bo Shen > --- > 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 66b66d0e7514..531728975bbb 100644 > --- a/sound/soc/atmel/sam9g20_wm8731.c > +++ b/sound/soc/atmel/sam9g20_wm8731.c > @@ -47,7 +47,6 @@ > #include > > #include Btw, do you consider to remove this also? > -#include > > #include "../codecs/wm8731.h" > #include "atmel-pcm.h" > Best Regards, Bo Shen From mboxrd@z Thu Jan 1 00:00:00 1970 From: voice.shen@atmel.com (Bo Shen) Date: Tue, 6 Jan 2015 18:14:12 +0800 Subject: [PATCH] sound: soc: atmel sam9g20_wm8731: remove useless include In-Reply-To: <1420536080-29181-1-git-send-email-alexandre.belloni@free-electrons.com> References: <1420536080-29181-1-git-send-email-alexandre.belloni@free-electrons.com> Message-ID: <54ABB574.30602@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Alexandre Belloni, On 01/06/2015 05:21 PM, Alexandre Belloni wrote: > A mach/ header is included but never used. Simply remove it. > > Signed-off-by: Alexandre Belloni Thanks for your patch. Acked-by: Bo Shen > --- > 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 66b66d0e7514..531728975bbb 100644 > --- a/sound/soc/atmel/sam9g20_wm8731.c > +++ b/sound/soc/atmel/sam9g20_wm8731.c > @@ -47,7 +47,6 @@ > #include > > #include Btw, do you consider to remove this also? > -#include > > #include "../codecs/wm8731.h" > #include "atmel-pcm.h" > Best Regards, Bo Shen From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754762AbbAFKRQ (ORCPT ); Tue, 6 Jan 2015 05:17:16 -0500 Received: from eusmtp01.atmel.com ([212.144.249.242]:13475 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753313AbbAFKRM (ORCPT ); Tue, 6 Jan 2015 05:17:12 -0500 Message-ID: <54ABB574.30602@atmel.com> Date: Tue, 6 Jan 2015 18:14:12 +0800 From: Bo Shen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Alexandre Belloni , Mark Brown CC: Liam Girdwood , Jaroslav Kysela , Takashi Iwai , , , , Nicolas Ferre Subject: Re: [PATCH] sound: soc: atmel sam9g20_wm8731: remove useless include References: <1420536080-29181-1-git-send-email-alexandre.belloni@free-electrons.com> In-Reply-To: <1420536080-29181-1-git-send-email-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.168.5.13] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alexandre Belloni, On 01/06/2015 05:21 PM, Alexandre Belloni wrote: > A mach/ header is included but never used. Simply remove it. > > Signed-off-by: Alexandre Belloni Thanks for your patch. Acked-by: Bo Shen > --- > 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 66b66d0e7514..531728975bbb 100644 > --- a/sound/soc/atmel/sam9g20_wm8731.c > +++ b/sound/soc/atmel/sam9g20_wm8731.c > @@ -47,7 +47,6 @@ > #include > > #include Btw, do you consider to remove this also? > -#include > > #include "../codecs/wm8731.h" > #include "atmel-pcm.h" > Best Regards, Bo Shen