From patchwork Thu Sep 20 06:45:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1482801 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 39C5EDF2D2 for ; Thu, 20 Sep 2012 06:57:22 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TEaeO-0005nv-Kp; Thu, 20 Sep 2012 06:54:17 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TEaXQ-0001bX-Ut for linux-arm-kernel@lists.infradead.org; Thu, 20 Sep 2012 06:47:06 +0000 Received: by mail-pb0-f49.google.com with SMTP id rq8so4538198pbb.36 for ; Wed, 19 Sep 2012 23:47:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=cUJpEEN77HfSc1vekVLrIXaAZyW78mW7KTGa72Cy52Q=; b=WMBMa73mxV6HFZUh71hKB0v/TzbiXX+G7M/zVH88OKxwsZyiGpNEJ6dnKxic0N+/Mk HAeNhsPknniDCtwt+QAVXUkBQapMWRwbq1nQzWzNVgPYOEBPy7IJKhQ/cygxjznQi5MP LOleeECS8npWyFp4zE7xLd+GlgTZRFb7pm8TRXShWZvdj1tJ+XCBYSqLwETLmYOlSzPM N49E4wegPnqe5/+GypaV3PKTciHvWAs+Pj98Asbn9aQq1ZDdRaq7ty6lK5GYzNAnCg5F viYYEbTLuFtLpK/NbNDFI8E6/u4v7ktTsSWScbIFtIYCO0JGQlAfH5pITBJeWwjJFuSx oQgg== Received: by 10.68.237.3 with SMTP id uy3mr4253745pbc.30.1348123624640; Wed, 19 Sep 2012 23:47:04 -0700 (PDT) Received: from S2101-09.ap.freescale.net ([114.216.234.161]) by mx.google.com with ESMTPS id wn1sm3057024pbc.57.2012.09.19.23.47.01 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Sep 2012 23:47:04 -0700 (PDT) From: Shawn Guo To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 15/34] ASoC: imx-ssi: remove unneeded mach/hardware.h inclusion Date: Thu, 20 Sep 2012 14:45:28 +0800 Message-Id: <1348123547-31082-16-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1348123547-31082-1-git-send-email-shawn.guo@linaro.org> References: <1348123547-31082-1-git-send-email-shawn.guo@linaro.org> X-Gm-Message-State: ALoCoQkXRsSe6w4bhPJbpWdiLFhHfhgjL9Nx4UgvGVKleZnXkfaKqnCxT3R7/NDhWGsGZ2zkOPBl X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: alsa-devel@alsa-project.org, Arnd Bergmann , Sascha Hauer , Mark Brown , Rob Herring , Javier Martin , Shawn Guo X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org The inclusion of mach/hardware.h is not used by the driver at all. Remove it. Signed-off-by: Shawn Guo Acked-by: Sascha Hauer Acked-by: Arnd Bergmann Cc: Mark Brown Cc: alsa-devel@alsa-project.org --- sound/soc/fsl/imx-ssi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/fsl/imx-ssi.c b/sound/soc/fsl/imx-ssi.c index 006f7d4..dd56644 100644 --- a/sound/soc/fsl/imx-ssi.c +++ b/sound/soc/fsl/imx-ssi.c @@ -48,7 +48,6 @@ #include #include -#include #include "imx-ssi.h"