From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Mon, 24 Feb 2014 05:41:25 +0000 Subject: [PATCH 03/12] ARM: shmobile: Rework include path for sh73a0 Message-Id: <20140224054125.1143.91926.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 sh73a0 SoC code use of include files from the style to "something.h". Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/clock-sh73a0.c | 4 ++-- arch/arm/mach-shmobile/intc-sh73a0.c | 6 +++--- arch/arm/mach-shmobile/pm-sh73a0.c | 2 +- arch/arm/mach-shmobile/setup-sh73a0.c | 8 ++++---- arch/arm/mach-shmobile/smp-sh73a0.c | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) --- 0001/arch/arm/mach-shmobile/clock-sh73a0.c +++ work/arch/arm/mach-shmobile/clock-sh73a0.c 2014-02-24 13:20:15.000000000 +0900 @@ -22,8 +22,8 @@ #include #include #include -#include -#include +#include "clock.h" +#include "common.h" #define FRQCRA IOMEM(0xe6150000) #define FRQCRB IOMEM(0xe6150004) --- 0001/arch/arm/mach-shmobile/intc-sh73a0.c +++ work/arch/arm/mach-shmobile/intc-sh73a0.c 2014-02-24 13:21:27.000000000 +0900 @@ -25,9 +25,9 @@ #include #include #include -#include -#include -#include +#include "intc.h" +#include "irqs.h" +#include "sh73a0.h" #include #include --- 0001/arch/arm/mach-shmobile/pm-sh73a0.c +++ work/arch/arm/mach-shmobile/pm-sh73a0.c 2014-02-24 13:23:21.000000000 +0900 @@ -9,7 +9,7 @@ */ #include -#include +#include "common.h" #ifdef CONFIG_SUSPEND static int sh73a0_enter_suspend(suspend_state_t suspend_state) --- 0001/arch/arm/mach-shmobile/setup-sh73a0.c +++ work/arch/arm/mach-shmobile/setup-sh73a0.c 2014-02-24 13:20:41.000000000 +0900 @@ -33,10 +33,10 @@ #include #include #include -#include -#include -#include -#include +#include "dma-register.h" +#include "irqs.h" +#include "sh73a0.h" +#include "common.h" #include #include #include --- 0001/arch/arm/mach-shmobile/smp-sh73a0.c +++ work/arch/arm/mach-shmobile/smp-sh73a0.c 2014-02-24 13:21:54.000000000 +0900 @@ -22,8 +22,8 @@ #include #include #include -#include -#include +#include "common.h" +#include "sh73a0.h" #include #include