From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Mon, 24 Feb 2014 05:42:32 +0000 Subject: [PATCH 10/12] ARM: shmobile: Rework include path for r8a73a4 Message-Id: <20140224054232.1143.56037.sendpatchset@w520> List-Id: References: <20140224054058.1143.14096.sendpatchset@w520> In-Reply-To: <20140224054058.1143.14096.sendpatchset@w520> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org 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[] = {