From patchwork Mon Jul 4 15:18:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: weiyj_lk@163.com X-Patchwork-Id: 9212887 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CD80D60572 for ; Mon, 4 Jul 2016 15:37:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BD43028742 for ; Mon, 4 Jul 2016 15:37:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B08F628744; Mon, 4 Jul 2016 15:37:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID autolearn=no version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3BE4928742 for ; Mon, 4 Jul 2016 15:37:12 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id D3D5E266012; Mon, 4 Jul 2016 17:37:10 +0200 (CEST) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id CC3F3265D68; Mon, 4 Jul 2016 17:29:38 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 4D7B4265FCF; Mon, 4 Jul 2016 17:29:37 +0200 (CEST) Received: from m12-16.163.com (m12-16.163.com [220.181.12.16]) by alsa0.perex.cz (Postfix) with ESMTP id ADE5B2656FC for ; Mon, 4 Jul 2016 17:18:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=J1OHr RgqbfLRftwYeXt0lnlUNF415yD0sUtETuVAqmI=; b=MjDCgSVM6iRE1co6K3+qd GMDJlWNpXodx8inKcyWKtgTo6vhQgZLo+0E0QwL8Z1pM6rfpI8smafk8Efh+eSC5 Fdrqi7Nc2mhJGMNsPsuM4Xfs6uCzh9nCRJrMgnatpIXwL+KbLGqYQ/BmcHY0ZsJ0 /YAqanjToF/0DVrsXEXfCM= Received: from localhost.localdomain.localdomain (unknown [49.77.206.194]) by smtp12 (Coremail) with SMTP id EMCowADnTqQ5fnpXrYQIAw--.6169S2; Mon, 04 Jul 2016 23:18:18 +0800 (CST) From: weiyj_lk@163.com To: Brian Austin , Paul Handrigan , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai Date: Mon, 4 Jul 2016 15:18:17 +0000 Message-Id: <1467645497-12547-1-git-send-email-weiyj_lk@163.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-CM-TRANSID: EMCowADnTqQ5fnpXrYQIAw--.6169S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUxg4SUUUUU X-Originating-IP: [49.77.206.194] X-CM-SenderInfo: pzhl5yxbonqiywtou0bp/xtbBDRuc1laDn5Dk2AAAs6 Cc: alsa-devel@alsa-project.org, Wei Yongjun , linux-kernel@vger.kernel.org Subject: [alsa-devel] [PATCH -next] ASoC: cs35l33: Remove unused including X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" 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 X-Virus-Scanned: ClamAV using ClamSMTP From: Wei Yongjun Remove including that don't need it. Signed-off-by: Wei Yongjun --- sound/soc/codecs/cs35l33.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/codecs/cs35l33.c b/sound/soc/codecs/cs35l33.c index 622a111..c20edd4 100644 --- a/sound/soc/codecs/cs35l33.c +++ b/sound/soc/codecs/cs35l33.c @@ -12,7 +12,6 @@ */ #include #include -#include #include #include #include