diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-06-20 12:53:06 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-25 03:49:10 -0400 |
commit | fccae89318fda71012f96042dd971a6f9bf0904e (patch) | |
tree | 2082b555c02ce52b8fc9b3a731337d1c4eb4a80a /arch/arm/mach-shmobile/clock-r8a7790.c | |
parent | 02c94f38bf3bcdaaceb1f3486b4dbee1ab550793 (diff) |
ARM: shmobile: Move r8a7790.h
Change location of r8a7790.h so it can be included as "r8a7790.h"
instead of the old style <mach/r8a7790.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-r8a7790.c')
-rw-r--r-- | arch/arm/mach-shmobile/clock-r8a7790.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-r8a7790.c b/arch/arm/mach-shmobile/clock-r8a7790.c index ca980669806f..17435c1aa2fe 100644 --- a/arch/arm/mach-shmobile/clock-r8a7790.c +++ b/arch/arm/mach-shmobile/clock-r8a7790.c | |||
@@ -22,9 +22,10 @@ | |||
22 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
23 | #include <linux/sh_clk.h> | 23 | #include <linux/sh_clk.h> |
24 | #include <linux/clkdev.h> | 24 | #include <linux/clkdev.h> |
25 | #include <mach/r8a7790.h> | 25 | |
26 | #include "clock.h" | 26 | #include "clock.h" |
27 | #include "common.h" | 27 | #include "common.h" |
28 | #include "r8a7790.h" | ||
28 | #include "rcar-gen2.h" | 29 | #include "rcar-gen2.h" |
29 | 30 | ||
30 | /* | 31 | /* |