From patchwork Tue Nov 5 09:29:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 3140031 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3D9C0BEEB2 for ; Tue, 5 Nov 2013 09:30:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 48E34205EF for ; Tue, 5 Nov 2013 09:30:38 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 15DFB205EC for ; Tue, 5 Nov 2013 09:30:37 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vdcy0-0004oB-Hb; Tue, 05 Nov 2013 09:30:32 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vdcxy-0003q4-2r; Tue, 05 Nov 2013 09:30:30 +0000 Received: from mail-wi0-f177.google.com ([209.85.212.177]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vdcxu-0003pN-DS for linux-arm-kernel@lists.infradead.org; Tue, 05 Nov 2013 09:30:27 +0000 Received: by mail-wi0-f177.google.com with SMTP id f4so1766936wiw.10 for ; Tue, 05 Nov 2013 01:30:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=j7YYiPMaKmPi5G1m87TKO5uD9ShFqQEMGOZH7OSaLXM=; b=gKCU857gewvw+uqrY3FTFkuIOJ4GC8lMlsXouZTiC7UvM8KrMLZzUZlNcZxLY3UuAj /vuPqE+oZeC5v7EVZeO0KPqaOxjJ9Fc+eqYw6NoCSnlX2Y+uGgAQ/8fXE4Fkv87CmMe7 Jf+intvA28eRCrc9ZRDm4OW00ZXIGzhsWMO6+FbDsCaORWJWguEx7nXFuE89bVEFR1RW xTvtvjo6nC1XPGY4+rzN5/UZLxUfkMDzUHhVXK72ZDYcYYdekKSWeLmusyFS51O3wi1r Gusa/2wUl9FBJ2hrT0CF3/1z3fp6z+ooWMtnuOLLI4mCnHzYk7byStgUNLs3rdgcDdxj 1ZVQ== X-Gm-Message-State: ALoCoQmMJXjtaVVk6M0nbJfId/W2BQVlwZc9u2pu+tAxhAoPM55sVSmcqLiRoVN7ZrqcC9An9NZ4 X-Received: by 10.180.83.40 with SMTP id n8mr16000169wiy.0.1383643803402; Tue, 05 Nov 2013 01:30:03 -0800 (PST) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id qc10sm12364436wic.9.2013.11.05.01.30.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Nov 2013 01:30:02 -0800 (PST) From: Linus Walleij To: linux-gpio@vger.kernel.org, Andrew Victor , Nicolas Ferre , Jean-Christophe Plagniol-Villard , Liam Girdwood , Mark Brown Subject: [PATCH 2/4] ALSA: atmel: remove dependency on Date: Tue, 5 Nov 2013 10:29:49 +0100 Message-Id: <1383643789-14269-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.8.3.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131105_043026_695267_37AF3689 X-CRM114-Status: GOOD ( 10.17 ) X-Spam-Score: -2.6 (--) Cc: Takashi Iwai , Linus Walleij , Alexandre Courbot , linux-arm-kernel@lists.infradead.org, Jaroslav Kysela X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This include is completely unused since the AT91 sound driver actually uses gpiolib properly. Cc: Liam Girdwood Cc: Mark Brown Cc: Jaroslav Kysela Cc: Takashi Iwai Signed-off-by: Linus Walleij Acked-by: Nicolas Ferre --- 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