From patchwork Wed Jul 16 08:59:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lv Zheng X-Patchwork-Id: 4565981 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 0C6929F295 for ; Wed, 16 Jul 2014 09:02:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 53B71201BB for ; Wed, 16 Jul 2014 09:02:47 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 5A1A220108 for ; Wed, 16 Jul 2014 09:02:46 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 5640826545F; Wed, 16 Jul 2014 11:02:45 +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 244B126531A; Wed, 16 Jul 2014 11:02:35 +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 82194265326; Wed, 16 Jul 2014 11:02:34 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by alsa0.perex.cz (Postfix) with ESMTP id 118D4265312 for ; Wed, 16 Jul 2014 11:02:25 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 16 Jul 2014 02:02:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,670,1400050800"; d="scan'208";a="573938682" Received: from lvzheng-z530.sh.intel.com ([10.239.37.15]) by orsmga002.jf.intel.com with ESMTP; 16 Jul 2014 01:59:04 -0700 From: Lv Zheng To: "Rafael J. Wysocki" , Len Brown Date: Wed, 16 Jul 2014 16:59:02 +0800 Message-Id: <7ac00c9c5a32f7a3ec98f061080ba1573ae57d0d.1405500886.git.lv.zheng@intel.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: References: Cc: alsa-devel@alsa-project.org, Liam Girdwood , Lv Zheng , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, Mark Brown , Lv Zheng Subject: [alsa-devel] [PATCH v3 7/7] ACPI: Cleanup useless ACPI inclusion. 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: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP The sst-haswell-dsp.c is an ACPI independent file, this patch removes ACPI header files for it. Signed-off-by: Lv Zheng Cc: Liam Girdwood Cc: Mark Brown Cc: alsa-devel@alsa-project.org --- sound/soc/intel/sst-haswell-dsp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sound/soc/intel/sst-haswell-dsp.c b/sound/soc/intel/sst-haswell-dsp.c index 535f517..ecc5057 100644 --- a/sound/soc/intel/sst-haswell-dsp.c +++ b/sound/soc/intel/sst-haswell-dsp.c @@ -28,9 +28,6 @@ #include #include -#include -#include - #include "sst-dsp.h" #include "sst-dsp-priv.h" #include "sst-haswell-ipc.h"