From patchwork Tue Jun 17 07:47:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4364761 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 BFAA99F36A for ; Tue, 17 Jun 2014 07:51:29 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DE6632020A for ; Tue, 17 Jun 2014 07:51:27 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (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 788EB202D1 for ; Tue, 17 Jun 2014 07:51:25 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wwo6q-0003yj-P7; Tue, 17 Jun 2014 07:47:12 +0000 Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wwo5Y-000364-TF for linux-arm-kernel@lists.infradead.org; Tue, 17 Jun 2014 07:45:56 +0000 Received: by mail-pa0-f43.google.com with SMTP id lf10so5425551pab.30 for ; Tue, 17 Jun 2014 00:45:31 -0700 (PDT) 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=rTF1WCnH614JcJFQGfMLeKoapa0KAfm46GtsSynatkw=; b=qVOdVhoseZTfoA7kFHOtfiBlITz4XrP70CtLYjxTAjovjp1Tq1j2o5Y1xMg9d7DhQx Y6NAjmJ5McxdWtO3mG1WWjDdQOzRBHPTG1GSOeUAi+kpmHBX+0e925dUZ9fdrU5pj+aA paeFEn3rFWfYIsRJQq1nQvuumTWRYG+aIqOQ6IpurHRKZOs0Ib5Pd0LTOKW8NZgWl3BT vaFUmI/WQ1g5isYDMXriH/WCD1CnfYc0b8T+8IAWqFrUG69fdJTeB7mY8i66/CPgV634 BxPU/wlh5rL4chVSOQVys0+460sHyMLMtKUYa4ck6jMbEq342RIYsIfcvhTGOJKA8kZ+ JIPg== X-Received: by 10.68.102.3 with SMTP id fk3mr2489597pbb.95.1402991131091; Tue, 17 Jun 2014 00:45:31 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id au4sm22526161pbc.10.2014.06.17.00.45.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Jun 2014 00:45:30 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Tue, 17 Jun 2014 16:47:37 +0900 Message-Id: <20140617074737.30008.85029.sendpatchset@w520> In-Reply-To: <20140617074658.30008.53021.sendpatchset@w520> References: <20140617074658.30008.53021.sendpatchset@w520> Subject: [PATCH v2 05/08] ARM: shmobile: Move common.h X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140617_004553_109084_9B8610C9 X-CRM114-Status: GOOD ( 10.04 ) X-Spam-Score: -0.1 (/) Cc: arnd@arndb.de, Magnus Damm , horms@verge.net.au, geert@linux-m68k.org, olof@lixom.net, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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=-2.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, 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 Change location for common.h so it can be used as #include "common.h" instead of the old style #include . Signed-off-by: Magnus Damm Acked-by: Geert Uytterhoeven Acked-by: Arnd Bergmann --- Changes since V1: - rebased to v3.16-rc1 arch/arm/mach-shmobile/board-ape6evm-reference.c | 2 arch/arm/mach-shmobile/board-ape6evm.c | 2 arch/arm/mach-shmobile/board-armadillo800eva-reference.c | 2 arch/arm/mach-shmobile/board-armadillo800eva.c | 2 arch/arm/mach-shmobile/board-bockw-reference.c | 2 arch/arm/mach-shmobile/board-bockw.c | 2 arch/arm/mach-shmobile/board-genmai-reference.c | 2 arch/arm/mach-shmobile/board-genmai.c | 2 arch/arm/mach-shmobile/board-koelsch-reference.c | 2 arch/arm/mach-shmobile/board-koelsch.c | 2 arch/arm/mach-shmobile/board-kzm9g-reference.c | 2 arch/arm/mach-shmobile/board-kzm9g.c | 2 arch/arm/mach-shmobile/board-lager-reference.c | 2 arch/arm/mach-shmobile/board-lager.c | 2 arch/arm/mach-shmobile/board-mackerel.c | 2 arch/arm/mach-shmobile/board-marzen-reference.c | 2 arch/arm/mach-shmobile/board-marzen.c | 2 arch/arm/mach-shmobile/clock-r7s72100.c | 2 arch/arm/mach-shmobile/clock-r8a73a4.c | 2 arch/arm/mach-shmobile/clock-r8a7740.c | 2 arch/arm/mach-shmobile/clock-r8a7778.c | 2 arch/arm/mach-shmobile/clock-r8a7779.c | 2 arch/arm/mach-shmobile/clock-r8a7790.c | 2 arch/arm/mach-shmobile/clock-r8a7791.c | 2 arch/arm/mach-shmobile/clock-sh7372.c | 2 arch/arm/mach-shmobile/clock-sh73a0.c | 2 arch/arm/mach-shmobile/clock.c | 2 arch/arm/mach-shmobile/common.h | 56 ++++++++++++++ arch/arm/mach-shmobile/console.c | 2 arch/arm/mach-shmobile/include/mach/common.h | 56 -------------- 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-r8a7740.c | 2 arch/arm/mach-shmobile/pm-r8a7779.c | 2 arch/arm/mach-shmobile/pm-sh7372.c | 2 arch/arm/mach-shmobile/pm-sh73a0.c | 2 arch/arm/mach-shmobile/setup-emev2.c | 2 arch/arm/mach-shmobile/setup-r7s72100.c | 2 arch/arm/mach-shmobile/setup-r8a73a4.c | 2 arch/arm/mach-shmobile/setup-r8a7740.c | 2 arch/arm/mach-shmobile/setup-r8a7778.c | 2 arch/arm/mach-shmobile/setup-r8a7779.c | 2 arch/arm/mach-shmobile/setup-r8a7790.c | 2 arch/arm/mach-shmobile/setup-r8a7791.c | 2 arch/arm/mach-shmobile/setup-rcar-gen2.c | 2 arch/arm/mach-shmobile/setup-sh7372.c | 2 arch/arm/mach-shmobile/setup-sh73a0.c | 2 arch/arm/mach-shmobile/smp-emev2.c | 2 arch/arm/mach-shmobile/smp-r8a7779.c | 2 arch/arm/mach-shmobile/smp-r8a7790.c | 2 arch/arm/mach-shmobile/smp-r8a7791.c | 2 arch/arm/mach-shmobile/smp-sh73a0.c | 2 53 files changed, 107 insertions(+), 107 deletions(-) --- 0001/arch/arm/mach-shmobile/board-ape6evm-reference.c +++ work/arch/arm/mach-shmobile/board-ape6evm-reference.c 2014-06-17 16:05:44.000000000 +0900 @@ -24,10 +24,10 @@ #include #include #include -#include #include #include #include +#include "common.h" static void __init ape6evm_add_standard_devices(void) { --- 0005/arch/arm/mach-shmobile/board-ape6evm.c +++ work/arch/arm/mach-shmobile/board-ape6evm.c 2014-06-17 16:05:44.000000000 +0900 @@ -33,10 +33,10 @@ #include #include #include -#include #include #include #include +#include "common.h" #include "irqs.h" /* LEDS */ --- 0001/arch/arm/mach-shmobile/board-armadillo800eva-reference.c +++ work/arch/arm/mach-shmobile/board-armadillo800eva-reference.c 2014-06-17 16:05:44.000000000 +0900 @@ -24,10 +24,10 @@ #include #include #include -#include #include #include #include +#include "common.h" /* * CON1 Camera Module --- 0005/arch/arm/mach-shmobile/board-armadillo800eva.c +++ work/arch/arm/mach-shmobile/board-armadillo800eva.c 2014-06-17 16:05:44.000000000 +0900 @@ -45,7 +45,6 @@ #include #include #include -#include #include #include #include @@ -60,6 +59,7 @@ #include