aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/pm.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2012-12-31 10:06:48 -0800
committerKukjin Kim <kgene.kim@samsung.com>2013-01-10 10:45:17 -0800
commitccd458c15df62e4e7001a09b1b000b1fce696640 (patch)
tree27620b3a757791b288db12c2eddbf3260c0c4cf8 /arch/arm/mach-exynos/pm.c
parentc48bcc2d681ac21e532114dcd96a6b9c4e72acb1 (diff)
ARM: EXYNOS: move mach/pmu.h file into common.h
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/pm.c')
-rw-r--r--arch/arm/mach-exynos/pm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/pm.c b/arch/arm/mach-exynos/pm.c
index b9b539cac81..f459afda822 100644
--- a/arch/arm/mach-exynos/pm.c
+++ b/arch/arm/mach-exynos/pm.c
@@ -34,7 +34,8 @@
#include <mach/regs-clock.h>
#include <mach/regs-pmu.h>
#include <mach/pm-core.h>
-#include <mach/pmu.h>
+
+#include "common.h"
static struct sleep_save exynos4_set_clksrc[] = {
{ .reg = EXYNOS4_CLKSRC_MASK_TOP , .val = 0x00000001, },