Commit 65c9a8530bec45cea1137635b7992bbb417de9de

Authored by Kukjin Kim
1 parent e44de221d3

ARM: EXYNOS: local regs-pmu.h header file

This moves regs-pmu.h file into mach-exynos directory.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

Showing 8 changed files with 10 additions and 8 deletions Side-by-side Diff

arch/arm/mach-exynos/common.c
... ... @@ -38,13 +38,14 @@
38 38 #include <asm/cacheflush.h>
39 39  
40 40 #include <mach/regs-irq.h>
41   -#include <mach/regs-pmu.h>
42 41  
43 42 #include <plat/cpu.h>
44 43 #include <plat/pm.h>
45 44 #include <plat/regs-serial.h>
46 45  
47 46 #include "common.h"
  47 +#include "regs-pmu.h"
  48 +
48 49 #define L2_AUX_VAL 0x7C470001
49 50 #define L2_AUX_MASK 0xC200ffff
50 51  
arch/arm/mach-exynos/cpuidle.c
... ... @@ -23,12 +23,12 @@
23 23 #include <asm/unified.h>
24 24 #include <asm/cpuidle.h>
25 25 #include <mach/regs-clock.h>
26   -#include <mach/regs-pmu.h>
27 26  
28 27 #include <plat/cpu.h>
29 28 #include <plat/pm.h>
30 29  
31 30 #include "common.h"
  31 +#include "regs-pmu.h"
32 32  
33 33 #define REG_DIRECTGO_ADDR (samsung_rev() == EXYNOS4210_REV_1_1 ? \
34 34 S5P_INFORM7 : (samsung_rev() == EXYNOS4210_REV_1_0 ? \
arch/arm/mach-exynos/hotplug.c
... ... @@ -19,10 +19,10 @@
19 19 #include <asm/cp15.h>
20 20 #include <asm/smp_plat.h>
21 21  
22   -#include <mach/regs-pmu.h>
23 22 #include <plat/cpu.h>
24 23  
25 24 #include "common.h"
  25 +#include "regs-pmu.h"
26 26  
27 27 static inline void cpu_enter_lowpower_a9(void)
28 28 {
arch/arm/mach-exynos/mach-exynos5-dt.c
... ... @@ -14,10 +14,10 @@
14 14 #include <linux/io.h>
15 15  
16 16 #include <asm/mach/arch.h>
17   -#include <mach/regs-pmu.h>
18 17 #include <plat/mfc.h>
19 18  
20 19 #include "common.h"
  20 +#include "regs-pmu.h"
21 21  
22 22 static void __init exynos5_dt_machine_init(void)
23 23 {
arch/arm/mach-exynos/platsmp.c
... ... @@ -28,11 +28,11 @@
28 28  
29 29 #include <mach/hardware.h>
30 30 #include <mach/regs-clock.h>
31   -#include <mach/regs-pmu.h>
32 31  
33 32 #include <plat/cpu.h>
34 33  
35 34 #include "common.h"
  35 +#include "regs-pmu.h"
36 36  
37 37 extern void exynos4_secondary_startup(void);
38 38  
arch/arm/mach-exynos/pm.c
... ... @@ -31,10 +31,10 @@
31 31  
32 32 #include <mach/regs-irq.h>
33 33 #include <mach/regs-clock.h>
34   -#include <mach/regs-pmu.h>
35 34 #include <mach/pm-core.h>
36 35  
37 36 #include "common.h"
  37 +#include "regs-pmu.h"
38 38  
39 39 static const struct sleep_save exynos4_set_clksrc[] = {
40 40 { .reg = EXYNOS4_CLKSRC_MASK_TOP , .val = 0x00000001, },
arch/arm/mach-exynos/pm_domains.c
... ... @@ -22,8 +22,9 @@
22 22 #include <linux/of_platform.h>
23 23 #include <linux/sched.h>
24 24  
25   -#include <mach/regs-pmu.h>
26 25 #include <plat/devs.h>
  26 +
  27 +#include "regs-pmu.h"
27 28  
28 29 /*
29 30 * Exynos specific wrapper around the generic power domain
arch/arm/mach-exynos/pmu.c
... ... @@ -14,9 +14,9 @@
14 14 #include <linux/bug.h>
15 15  
16 16 #include <mach/regs-clock.h>
17   -#include <mach/regs-pmu.h>
18 17  
19 18 #include "common.h"
  19 +#include "regs-pmu.h"
20 20  
21 21 static const struct exynos_pmu_conf *exynos_pmu_config;
22 22