From mboxrd@z Thu Jan 1 00:00:00 1970 From: magnus.damm@gmail.com (Magnus Damm) Date: Mon, 24 Feb 2014 14:41:34 +0900 Subject: [PATCH 04/12] ARM: shmobile: Rework include path for EMEV2 In-Reply-To: <20140224054058.1143.14096.sendpatchset@w520> References: <20140224054058.1143.14096.sendpatchset@w520> Message-ID: <20140224054134.1143.15635.sendpatchset@w520> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Magnus Damm Convert EMEV2 SoC code use of include files from the style to "something.h". Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/clock-emev2.c | 2 +- arch/arm/mach-shmobile/setup-emev2.c | 4 ++-- arch/arm/mach-shmobile/smp-emev2.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) --- 0001/arch/arm/mach-shmobile/clock-emev2.c +++ work/arch/arm/mach-shmobile/clock-emev2.c 2014-02-24 13:28:21.000000000 +0900 @@ -21,7 +21,7 @@ #include #include #include -#include +#include "common.h" #define EMEV2_SMU_BASE 0xe0110000 --- 0001/arch/arm/mach-shmobile/setup-emev2.c +++ work/arch/arm/mach-shmobile/setup-emev2.c 2014-02-24 13:28:37.000000000 +0900 @@ -20,8 +20,8 @@ #include #include #include -#include -#include +#include "common.h" +#include "emev2.h" #include #include #include --- 0001/arch/arm/mach-shmobile/smp-emev2.c +++ work/arch/arm/mach-shmobile/smp-emev2.c 2014-02-24 13:28:58.000000000 +0900 @@ -23,8 +23,8 @@ #include #include #include -#include -#include +#include "common.h" +#include "emev2.h" #include #include