diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-06-20 18:53:01 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-25 09:47:43 +0200 |
commit | 96bd090066e2150f3970b32f35895de2ab631c95 (patch) | |
tree | 12f755b2233257a723085c734d182c5ff3a318fd /arch/arm/mach-shmobile/clock-r7s72100.c | |
parent | ARM: shmobile: Remove unused r8a7790_init_early() (diff) | |
download | linux-96bd090066e2150f3970b32f35895de2ab631c95.tar.xz linux-96bd090066e2150f3970b32f35895de2ab631c95.zip |
ARM: shmobile: Move r7s72100.h
Change location of r7s72100.h so it can be included using "r7s72100.h"
instead of the old style <mach/r7s72100.h>.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/clock-r7s72100.c')
-rw-r--r-- | arch/arm/mach-shmobile/clock-r7s72100.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-r7s72100.c b/arch/arm/mach-shmobile/clock-r7s72100.c index 457dab0f8fc9..3eb2ec401e0c 100644 --- a/arch/arm/mach-shmobile/clock-r7s72100.c +++ b/arch/arm/mach-shmobile/clock-r7s72100.c @@ -19,8 +19,9 @@ #include <linux/io.h> #include <linux/sh_clk.h> #include <linux/clkdev.h> -#include <mach/r7s72100.h> + #include "common.h" +#include "r7s72100.h" /* Frequency Control Registers */ #define FRQCR 0xfcfe0010 |