From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Mon, 24 Feb 2014 05:42:03 +0000 Subject: [PATCH 07/12] ARM: shmobile: Rework include path for r8a7779 Message-Id: <20140224054203.1143.41482.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 Convert r8a7779 SoC code use of include files from the style to "something.h". Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/clock-r8a7779.c | 4 ++-- arch/arm/mach-shmobile/pm-r8a7779.c | 6 +++--- arch/arm/mach-shmobile/setup-r8a7779.c | 6 +++--- arch/arm/mach-shmobile/smp-r8a7779.c | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) --- 0001/arch/arm/mach-shmobile/clock-r8a7779.c +++ work/arch/arm/mach-shmobile/clock-r8a7779.c 2014-02-24 13:40:01.000000000 +0900 @@ -23,8 +23,8 @@ #include #include #include -#include -#include +#include "clock.h" +#include "common.h" /* * MD1 = 1 MD1 = 0 --- 0001/arch/arm/mach-shmobile/pm-r8a7779.c +++ work/arch/arm/mach-shmobile/pm-r8a7779.c 2014-02-24 13:40:40.000000000 +0900 @@ -19,9 +19,9 @@ #include #include #include -#include -#include -#include +#include "common.h" +#include "pm-rcar.h" +#include "r8a7779.h" /* SYSC */ #define SYSCIER 0x0c --- 0001/arch/arm/mach-shmobile/setup-r8a7779.c +++ work/arch/arm/mach-shmobile/setup-r8a7779.c 2014-02-24 13:40:19.000000000 +0900 @@ -40,9 +40,9 @@ #include #include #include -#include -#include -#include +#include "irqs.h" +#include "r8a7779.h" +#include "common.h" #include #include #include --- 0001/arch/arm/mach-shmobile/smp-r8a7779.c +++ work/arch/arm/mach-shmobile/smp-r8a7779.c 2014-02-24 13:41:01.000000000 +0900 @@ -23,9 +23,9 @@ #include #include #include -#include -#include -#include +#include "common.h" +#include "pm-rcar.h" +#include "r8a7779.h" #include #include #include