From patchwork Mon Feb 24 05:42:32 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3706571 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 B0A6FBF13A for ; Mon, 24 Feb 2014 06:49:10 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BBEB02013A for ; Mon, 24 Feb 2014 06:49:09 +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 C9C692018E for ; Mon, 24 Feb 2014 06:49:08 +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 1WHoK6-0004p0-3y; Mon, 24 Feb 2014 05:43:27 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WHoJN-00080S-Cz; Mon, 24 Feb 2014 05:42:41 +0000 Received: from mail-pd0-x22a.google.com ([2607:f8b0:400e:c02::22a]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WHoIK-0007uH-Qi for linux-arm-kernel@lists.infradead.org; Mon, 24 Feb 2014 05:41:38 +0000 Received: by mail-pd0-f170.google.com with SMTP id y10so2611966pdj.15 for ; Sun, 23 Feb 2014 21:41:15 -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=DihiR64KNAmbflgUcVM22VuEVAtyepeV3JqzPVVmj80=; b=k5L+x+xtGtAFjRylvrK3GBBZmztOlD6U1S4Mr50HPvnXAyVNb+eZpYeuSJoQZ4cPcA 0i5XH+xDO++G+e63+0GnTVDkK3mKbj0Kbe1FSvf0PlLEy5fndmR5VUJAl6kKB3f4CoDN C5mU8LNdPEk8AQ5K93KuN5yfC0BldMtloRfHxHzsKpKUdbuWIhhVSnohxsN/C+pDop3V roU5VYmgeTn1PNXhDxph2DNmqmFs0kWTaziDwVaelJ0t4HkfcWDwUVFh89DTZDF97Cms mOeG9t2sJ8KJm8lfnuMqzzup5PMcMdrGC1NeeqkT+X6tniGLappmtvD0D01MlvOKPt77 1rgQ== X-Received: by 10.66.227.104 with SMTP id rz8mr23067150pac.74.1393220475249; Sun, 23 Feb 2014 21:41:15 -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 yh4sm45960603pbb.19.2014.02.23.21.41.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 23 Feb 2014 21:41:14 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Mon, 24 Feb 2014 14:42:32 +0900 Message-Id: <20140224054232.1143.56037.sendpatchset@w520> In-Reply-To: <20140224054058.1143.14096.sendpatchset@w520> References: <20140224054058.1143.14096.sendpatchset@w520> Subject: [PATCH 10/12] ARM: shmobile: Rework include path for r8a73a4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140224_004136_994614_DE2917DC X-CRM114-Status: UNSURE ( 8.65 ) 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 Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/clock-r8a73a4.c | 4 ++-- arch/arm/mach-shmobile/setup-r8a73a4.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) --- 0001/arch/arm/mach-shmobile/clock-r8a73a4.c +++ work/arch/arm/mach-shmobile/clock-r8a73a4.c 2014-02-24 13:53:46.000000000 +0900 @@ -22,8 +22,8 @@ #include #include #include -#include -#include +#include "clock.h" +#include "common.h" #define CPG_BASE 0xe6150000 #define CPG_LEN 0x270 --- 0001/arch/arm/mach-shmobile/setup-r8a73a4.c +++ work/arch/arm/mach-shmobile/setup-r8a73a4.c 2014-02-24 13:52:49.000000000 +0900 @@ -24,10 +24,10 @@ #include #include #include -#include -#include -#include -#include +#include "common.h" +#include "dma-register.h" +#include "irqs.h" +#include "r8a73a4.h" #include static const struct resource pfc_resources[] = {