From patchwork Mon Feb 24 05:41:44 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3706291 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id D7D27BF13A for ; Mon, 24 Feb 2014 05:46:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0143A20160 for ; Mon, 24 Feb 2014 05:46:57 +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 0CF93200FF for ; Mon, 24 Feb 2014 05:46:56 +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 1WHoIs-0003rz-TA; Mon, 24 Feb 2014 05:42:12 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WHoIA-0007vC-LC; Mon, 24 Feb 2014 05:41:26 +0000 Received: from mail-pb0-x235.google.com ([2607:f8b0:400e:c01::235]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WHoHY-0007pe-0C for linux-arm-kernel@lists.infradead.org; Mon, 24 Feb 2014 05:40:49 +0000 Received: by mail-pb0-f53.google.com with SMTP id ma3so3387309pbc.26 for ; Sun, 23 Feb 2014 21:40:27 -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=vRMGuJbZCJ9CUGoouBC8tU4Ef+Umgej0bRmYlyKXSsY=; b=kgQCBjxp8QGpvPFy7VDTc9wp3YvCNZ+F3bLsCZ23w4Wbjni4ZRoFQM89WFCmufdNFH tMGelyAPae0POWnedDn4gufvqiB3o8KiQZGNIKNrs7MhbbxlXN9IPMeuISZK/KVSoVvS aXjskpeTWmxtoehM7PCrX03jmpmmWVFUIoF5Bu2xblpglSTVOJ0JP8q9QZWV8rSt2pap EyKTq+YMlQ1YZaQn8EEecJB5xm+EyDGBHBaByWEV364QDaRahrp5E1ROnyqQr0aRPikl dk/zlJ5ZOIki2yMC79H1kjrxwBAnNsYQmQ98Npur/gazSzR8lNtX3EUAYCg3cVFR7+kK GKNA== X-Received: by 10.68.132.233 with SMTP id ox9mr23123404pbb.138.1393220427161; Sun, 23 Feb 2014 21:40:27 -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 lb4sm24422231pbc.11.2014.02.23.21.40.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 23 Feb 2014 21:40:26 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Mon, 24 Feb 2014 14:41:44 +0900 Message-Id: <20140224054144.1143.6577.sendpatchset@w520> In-Reply-To: <20140224054058.1143.14096.sendpatchset@w520> References: <20140224054058.1143.14096.sendpatchset@w520> Subject: [PATCH 05/12] ARM: shmobile: Rework include path for r8a7740 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140224_004048_194862_D6A87264 X-CRM114-Status: UNSURE ( 8.13 ) 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=ham 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 r8a7740 SoC code use of include files from the style to "something.h". Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/clock-r8a7740.c | 6 +++--- arch/arm/mach-shmobile/pm-r8a7740.c | 4 ++-- arch/arm/mach-shmobile/setup-r8a7740.c | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) --- 0001/arch/arm/mach-shmobile/clock-r8a7740.c +++ work/arch/arm/mach-shmobile/clock-r8a7740.c 2014-02-24 13:31:41.000000000 +0900 @@ -22,9 +22,9 @@ #include #include #include -#include -#include -#include +#include "clock.h" +#include "common.h" +#include "r8a7740.h" /* * | MDx | XTAL1/EXTAL1 | System | EXTALR | --- 0001/arch/arm/mach-shmobile/pm-r8a7740.c +++ work/arch/arm/mach-shmobile/pm-r8a7740.c 2014-02-24 13:32:24.000000000 +0900 @@ -10,8 +10,8 @@ */ #include #include -#include -#include +#include "pm-rmobile.h" +#include "common.h" #ifdef CONFIG_PM static int r8a7740_pd_a4s_suspend(void) --- 0001/arch/arm/mach-shmobile/setup-r8a7740.c +++ work/arch/arm/mach-shmobile/setup-r8a7740.c 2014-02-24 13:31:18.000000000 +0900 @@ -31,11 +31,11 @@ #include #include #include -#include -#include -#include -#include -#include +#include "dma-register.h" +#include "r8a7740.h" +#include "pm-rmobile.h" +#include "common.h" +#include "irqs.h" #include #include #include