aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/pmu.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/pmu.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/pmu.c')
-rw-r--r--arch/arm/mach-exynos/pmu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/pmu.c b/arch/arm/mach-exynos/pmu.c
index 3a48c852be6c..daebc1abc966 100644
--- a/arch/arm/mach-exynos/pmu.c
+++ b/arch/arm/mach-exynos/pmu.c
@@ -14,7 +14,8 @@
#include <linux/bug.h>
#include <mach/regs-clock.h>
-#include <mach/pmu.h>
+
+#include "common.h"
static struct exynos_pmu_conf *exynos_pmu_config;