Message ID | 1348123547-31082-16-git-send-email-shawn.guo@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> 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 <patchwork-linux-arm@patchwork.kernel.org>; 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 <linux-arm-kernel@lists.infradead.org>; 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 <shawn.guo@linaro.org> 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 <arnd@arndb.de>, Sascha Hauer <s.hauer@pengutronix.de>, Mark Brown <broonie@opensource.wolfsonmicro.com>, Rob Herring <rob.herring@calxeda.com>, Javier Martin <javier.martin@vista-silicon.com>, Shawn Guo <shawn.guo@linaro.org> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org |
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 <sound/soc.h> #include <linux/platform_data/asoc-imx-ssi.h> -#include <mach/hardware.h> #include "imx-ssi.h"