From patchwork Mon Jun 25 04:17:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 166933 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 496F0B6F77 for ; Mon, 25 Jun 2012 14:21:59 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Sj0js-0007Et-FO; Mon, 25 Jun 2012 04:17:24 +0000 Received: from mail-yw0-f43.google.com ([209.85.213.43]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Sj0jl-0007Ef-E5 for linux-arm-kernel@lists.infradead.org; Mon, 25 Jun 2012 04:17:21 +0000 Received: by yhkk6 with SMTP id k6so2941074yhk.16 for ; Sun, 24 Jun 2012 21:17:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=AFVjKW3w/mLxs/VGdquFUTuSJSXAOKGfrAzdv+ujgXc=; b=Q17rCk/zBBc3OC6uavRaMo4OqQhKE6fSYHukWuo2Zeipub9KrxNXQ/4cLzX49AVNhj VW3hRk3GRc+jS7rmCDGsxnlSMQoZ7A78spexiXP2KhOQwWR15Y+ocUD25JsW8hb14Ed3 dClVy/FdMwkl2EQ9C7/5Fj8ObHbpcRaJ1eadqR3s1JY9N7+4oOqQSBQMmn6xE1Po59kN 28pwd3aFM+FuBoqlTr5FY70QbHM5MJPKJrNkIQX/3a3ECTM4ZADwmirmRftTPQAi0k3p My+6jwHhOMgQ/CplBTlvh9FRoRPT9skfXINLNnMU2n3qsufe2SQEOc6ruhpeMH5nz56c GtQw== Received: by 10.236.176.232 with SMTP id b68mr11668840yhm.102.1340597835443; Sun, 24 Jun 2012 21:17:15 -0700 (PDT) Received: from localhost.localdomain ([189.5.6.233]) by mx.google.com with ESMTPS id d10sm56107920anm.17.2012.06.24.21.17.12 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 24 Jun 2012 21:17:14 -0700 (PDT) From: Fabio Estevam To: kernel@pengutronix.de Subject: [PATCH] ARM: imx27_visstrim_m10: Do not include Date: Mon, 25 Jun 2012 01:17:02 -0300 Message-Id: <1340597822-19672-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.213.43 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Fabio Estevam , linux@arm.linux.org.uk, javier.martin@vista-silicon.com, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list 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+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org From: Fabio Estevam commit 435ca24 (ARM i.MX: Visstrim_M10: Add board version detection) included , which is a header file about to be deleted according to 9f97da (Disintegrate asm/system.h for ARM) Include instead. Reported-by: Russell King Signed-off-by: Fabio Estevam --- arch/arm/mach-imx/mach-imx27_visstrim_m10.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-imx/mach-imx27_visstrim_m10.c b/arch/arm/mach-imx/mach-imx27_visstrim_m10.c index f76edb9..ba09552 100644 --- a/arch/arm/mach-imx/mach-imx27_visstrim_m10.c +++ b/arch/arm/mach-imx/mach-imx27_visstrim_m10.c @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include #include