From patchwork Mon Feb 24 05:42:51 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3706591 Return-Path: X-Original-To: patchwork-linux-arm@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 5AC629F2F7 for ; Mon, 24 Feb 2014 06:53:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 639FE2015D for ; Mon, 24 Feb 2014 06:53:14 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 621362013D for ; Mon, 24 Feb 2014 06:53:13 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WHoKH-00050Q-9f; Mon, 24 Feb 2014 05:43:38 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WHoJf-00081N-9S; Mon, 24 Feb 2014 05:42:59 +0000 Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WHoIe-0007vl-IY for linux-arm-kernel@lists.infradead.org; Mon, 24 Feb 2014 05:41:58 +0000 Received: by mail-pa0-f54.google.com with SMTP id fa1so6055746pad.13 for ; Sun, 23 Feb 2014 21:41:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=g5BRREW/KMOuTl4+yQcrFUfhYf8Dpmkj/W5t0veWzQ0=; b=UjmCczn+WYhHXAkY0xSBsRHJCWrBi+zWdjwN47qcDIA3+9BJ3t0myXGfy9i9XkeTyq Hi/0KegysPOzpnD2YiR1XADwTppmnLVZD8P2kpoMFR3ooagoaHga/oBj2FifpWPjHkVF 8bfAbu3LW2Dpmo/LrnTCd4WDMddtA9aVwdL+FvKjjuZsD/YUeV+hAntQHhW4tRrm0+GA CTPouY0lE9ry/NZ39uvJRHpvZHWkmwRRqQSLqucxwuhtuZ/vME0nuxatD5l4p9QL5534 6GLnhY32JW8Xt1zE+HWLIOdat4Bf+11yRfdaPnfmUOhh/g0GDKXkjRmC2fTm+zVZ6rOw /hkA== X-Received: by 10.66.227.193 with SMTP id sc1mr23236142pac.102.1393220494745; Sun, 23 Feb 2014 21:41:34 -0800 (PST) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id nv7sm45935602pbc.31.2014.02.23.21.41.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 23 Feb 2014 21:41:33 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Mon, 24 Feb 2014 14:42:51 +0900 Message-Id: <20140224054251.1143.39128.sendpatchset@w520> In-Reply-To: <20140224054058.1143.14096.sendpatchset@w520> References: <20140224054058.1143.14096.sendpatchset@w520> Subject: [PATCH 12/12] ARM: shmobile: Rework include path for common bits X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140224_004156_770713_023AF3C9 X-CRM114-Status: UNSURE ( 9.12 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: olof@lixom.net, horms@verge.net.au, Magnus Damm , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Convert remaining shared mach-shmobile code use of include files from the style to "something.h". Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/clock.c | 4 ++-- arch/arm/mach-shmobile/console.c | 2 +- arch/arm/mach-shmobile/platsmp-apmu.c | 2 +- arch/arm/mach-shmobile/platsmp-scu.c | 2 +- arch/arm/mach-shmobile/platsmp.c | 2 +- arch/arm/mach-shmobile/pm-rcar.c | 2 +- arch/arm/mach-shmobile/pm-rmobile.c | 2 +- arch/arm/mach-shmobile/setup-rcar-gen2.c | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) --- 0001/arch/arm/mach-shmobile/clock.c +++ work/arch/arm/mach-shmobile/clock.c 2014-02-24 13:59:37.000000000 +0900 @@ -23,8 +23,8 @@ #include #include #include -#include -#include +#include "clock.h" +#include "common.h" unsigned long shmobile_fixed_ratio_clk_recalc(struct clk *clk) { --- 0001/arch/arm/mach-shmobile/console.c +++ work/arch/arm/mach-shmobile/console.c 2014-02-24 13:59:57.000000000 +0900 @@ -19,7 +19,7 @@ #include #include #include -#include +#include "common.h" #include void __init shmobile_setup_console(void) --- 0001/arch/arm/mach-shmobile/platsmp-apmu.c +++ work/arch/arm/mach-shmobile/platsmp-apmu.c 2014-02-24 14:00:18.000000000 +0900 @@ -16,7 +16,7 @@ #include #include #include -#include +#include "common.h" static struct { void __iomem *iomem; --- 0001/arch/arm/mach-shmobile/platsmp-scu.c +++ work/arch/arm/mach-shmobile/platsmp-scu.c 2014-02-24 14:00:26.000000000 +0900 @@ -15,7 +15,7 @@ #include #include #include -#include +#include "common.h" static int shmobile_smp_scu_notifier_call(struct notifier_block *nfb, unsigned long action, void *hcpu) --- 0001/arch/arm/mach-shmobile/platsmp.c +++ work/arch/arm/mach-shmobile/platsmp.c 2014-02-24 14:00:07.000000000 +0900 @@ -13,7 +13,7 @@ #include #include #include -#include +#include "common.h" extern unsigned long shmobile_smp_fn[]; extern unsigned long shmobile_smp_arg[]; --- 0001/arch/arm/mach-shmobile/pm-rcar.c +++ work/arch/arm/mach-shmobile/pm-rcar.c 2014-02-24 14:00:42.000000000 +0900 @@ -13,7 +13,7 @@ #include #include #include -#include +#include "pm-rcar.h" static void __iomem *rcar_sysc_base; --- 0001/arch/arm/mach-shmobile/pm-rmobile.c +++ work/arch/arm/mach-shmobile/pm-rmobile.c 2014-02-24 14:00:53.000000000 +0900 @@ -17,7 +17,7 @@ #include #include #include -#include +#include "pm-rmobile.h" /* SYSC */ #define SPDCR IOMEM(0xe6180008) --- 0001/arch/arm/mach-shmobile/setup-rcar-gen2.c +++ work/arch/arm/mach-shmobile/setup-rcar-gen2.c 2014-02-24 14:01:09.000000000 +0900 @@ -22,8 +22,8 @@ #include #include #include -#include -#include +#include "common.h" +#include "rcar-gen2.h" #include #define MODEMR 0xe6160060