From patchwork Tue Jun 3 06:56:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 4285311 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 086289F326 for ; Tue, 3 Jun 2014 06:57:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4C4C02021F for ; Tue, 3 Jun 2014 06:57:06 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id DA55C201BA for ; Tue, 3 Jun 2014 06:57:03 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 4FC152655E3; Tue, 3 Jun 2014 08:57:02 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 25C1D2655CA; Tue, 3 Jun 2014 08:56:51 +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 782292655D4; Tue, 3 Jun 2014 08:56:49 +0200 (CEST) Received: from mail-vc0-f176.google.com (mail-vc0-f176.google.com [209.85.220.176]) by alsa0.perex.cz (Postfix) with ESMTP id 4C41C2655C5 for ; Tue, 3 Jun 2014 08:56:41 +0200 (CEST) Received: by mail-vc0-f176.google.com with SMTP id la4so6222808vcb.7 for ; Mon, 02 Jun 2014 23:56:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=59RBqCU99XSMfsno7FJqD2aOX8C5SSLXNDT7Am9GfNU=; b=lopPHZHyd5omIbDlZ8kVYydfrq9ttHtRErS+U5E96OjQApmEX2VsKi0s36B9VNzDIK dACCvSvaZIe7ERrOpKtdKwiocE05AYDjFQ5Uz0UvPiZQuH0KZTGJiowUBtkFpWSnHNU/ HrhX5WN92SaLBn7E5a2bcF/8YYHosS+Dyb07QqP+V/WmQaZqWccBekODOa7A5Jx5SEJv vQeY1Dr2C3h5+rtJvJaAGSCPg5KiFqKNIiWSGLYAdGD7clA5bqXKQtoOunqGeUe4QE9H e5b+45+2tDjM51FslHkuOt6PDvjGFBaNq4Nabt+azgYLaNUzHahpya5pkyxKW02m5PGU uZLg== X-Gm-Message-State: ALoCoQmBuChYeGlRKUF1Pi+QYI7Fy7Jp8YM0yalilxdjvzg07pwh3MYYiq/6GsgQJCQC73ftNFuW X-Received: by 10.58.127.101 with SMTP id nf5mr128592veb.50.1401778599933; Mon, 02 Jun 2014 23:56:39 -0700 (PDT) Received: from [192.168.0.102] (218-164-129-98.dynamic.hinet.net. [218.164.129.98]) by mx.google.com with ESMTPSA id xr10sm16412213vec.2.2014.06.02.23.56.37 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 02 Jun 2014 23:56:39 -0700 (PDT) Message-ID: <1401778595.19083.1.camel@phoenix> From: Axel Lin To: Mark Brown Date: Tue, 03 Jun 2014 14:56:35 +0800 X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Cc: Oder Chiou , alsa-devel@alsa-project.org, Liam Girdwood Subject: [alsa-devel] [PATCH] ASoC: rl6231: Remove unneeded inclusion of header files 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 Signed-off-by: Axel Lin Tested-by: Oder Chiou --- sound/soc/codecs/rl6231.c | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/sound/soc/codecs/rl6231.c b/sound/soc/codecs/rl6231.c index 7b82fbe..56650d6 100644 --- a/sound/soc/codecs/rl6231.c +++ b/sound/soc/codecs/rl6231.c @@ -11,25 +11,6 @@ */ #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include #include "rl6231.h"