From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: Re: [PATCH 2/4] ALSA: atmel: remove dependency on Date: Tue, 5 Nov 2013 10:48:08 +0100 Message-ID: <5278BED8.8030005@atmel.com> References: <1383643789-14269-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eusmtp01.atmel.com ([212.144.249.242]:43036 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751097Ab3KEJsQ (ORCPT ); Tue, 5 Nov 2013 04:48:16 -0500 In-Reply-To: <1383643789-14269-1-git-send-email-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij , linux-gpio@vger.kernel.org, Andrew Victor , Jean-Christophe Plagniol-Villard , Liam Girdwood , Mark Brown Cc: Alexandre Courbot , linux-arm-kernel@lists.infradead.org, Jaroslav Kysela , Takashi Iwai On 05/11/2013 10:29, Linus Walleij : > This include is completely unused since the AT91 sound driver > actually uses gpiolib properly. Absolutely: Acked-by: Nicolas Ferre Thanks Linus. > Cc: Liam Girdwood > Cc: Mark Brown > Cc: Jaroslav Kysela > Cc: Takashi Iwai > Signed-off-by: Linus Walleij > --- > ALSA SoC folks: please apply this as a fix if you wish, else > I'd like an ACK so I can merge it in front of the dependent > patches in the next (v3.14) merge cycle. > --- > sound/atmel/ac97c.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/sound/atmel/ac97c.c b/sound/atmel/ac97c.c > index ae63d22c0f88..c5f0ddd729b3 100644 > --- a/sound/atmel/ac97c.c > +++ b/sound/atmel/ac97c.c > @@ -34,7 +34,6 @@ > #include > > #include > -#include > > #ifdef CONFIG_ARCH_AT91 > #include > -- Nicolas Ferre