From patchwork Mon Sep 17 05:34:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1465191 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 2CBA43FCFC for ; Mon, 17 Sep 2012 05:42:54 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TDU2g-00037m-Gv; Mon, 17 Sep 2012 05:38:48 +0000 Received: from mail-pz0-f49.google.com ([209.85.210.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TDTzg-0001iY-2B for linux-arm-kernel@lists.infradead.org; Mon, 17 Sep 2012 05:35:41 +0000 Received: by dajq27 with SMTP id q27so2706771daj.36 for ; Sun, 16 Sep 2012 22:35:39 -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=UEIVr6TDiCdXy2X28+fqaJyJnUzhVHaaQYUdS+/tZgk=; b=WKtWQJEfRwTjxT3Way69/XXwVGdYC32th2N5bzykBulQpQNvf8vZ07bWoN11fRT/um 4lwMGwFmIgmnMFza9Tln2iRHFKlnjsZPnuro+qqjS9Yvi2NZq9uM2igPCSWNK6UvpmDK 6a2Z5sph2LGBMYnsNbihI5qRHDWtYujKkKYSfHlqjspXDE0h2WRgrrYqfrXpxuGDH57o pD/9KjinwhcZymZG7yPo7wRkqERUSWO/vKxEjBmWInKbFHjolOY7743kF6ODFvlXdygM xunjbDI5XZf7lTxwuwhccwm0qGnfzQ3PszPA8xa2TAVSBdmtq7j6g2wFStWkbwhXvVsH L/Cw== Received: by 10.66.75.232 with SMTP id f8mr18140953paw.59.1347860139281; Sun, 16 Sep 2012 22:35:39 -0700 (PDT) Received: from S2101-09.ap.freescale.net ([221.225.141.190]) by mx.google.com with ESMTPS id it6sm6386097pbc.14.2012.09.16.22.35.35 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 16 Sep 2012 22:35:38 -0700 (PDT) From: Shawn Guo To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 10/34] ARM: imx: include iram.h rather than mach/iram.h Date: Mon, 17 Sep 2012 13:34:39 +0800 Message-Id: <1347860103-4141-11-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1347860103-4141-1-git-send-email-shawn.guo@linaro.org> References: <1347860103-4141-1-git-send-email-shawn.guo@linaro.org> X-Gm-Message-State: ALoCoQkJBWgTQ4zWJKJtTaR/4fa9zeP+79aIcDRDg3T5hQqiw517ZMOJ5mlhaRjJUa/4gm+diyqM 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.210.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Fabio Estevam , Sascha Hauer , Shawn Guo , Arnd Bergmann , Rob Herring 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 Rename mach-imx/include/mach/iram.h to mach-imx/iram.h, and update users to include iram.h rather than mach/iram.h. Signed-off-by: Shawn Guo --- arch/arm/mach-imx/{include/mach => }/iram.h | 0 arch/arm/mach-imx/iram_alloc.c | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename arch/arm/mach-imx/{include/mach => }/iram.h (100%) diff --git a/arch/arm/mach-imx/include/mach/iram.h b/arch/arm/mach-imx/iram.h similarity index 100% rename from arch/arm/mach-imx/include/mach/iram.h rename to arch/arm/mach-imx/iram.h diff --git a/arch/arm/mach-imx/iram_alloc.c b/arch/arm/mach-imx/iram_alloc.c index 074c386..6c80424 100644 --- a/arch/arm/mach-imx/iram_alloc.c +++ b/arch/arm/mach-imx/iram_alloc.c @@ -22,7 +22,8 @@ #include #include #include -#include + +#include "iram.h" static unsigned long iram_phys_base; static void __iomem *iram_virt_base;