summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/pmu.h
diff options
context:
space:
mode:
authorJongpill Lee <boyko.lee@samsung.com>2012-02-17 09:51:31 +0900
committerKukjin Kim <kgene.kim@samsung.com>2012-05-20 03:13:17 +0900
commit7d44d2ba1abc1bc3c74c8d52e4b6b7be1dbe94b8 (patch)
treedc1ffdfb5385fe85a35975bc0c4a85874622038a /arch/arm/mach-exynos/include/mach/pmu.h
parentc9347101d8a18ce5d356ac2def6d688fcba85b9b (diff)
downloadop-kernel-dev-7d44d2ba1abc1bc3c74c8d52e4b6b7be1dbe94b8.zip
op-kernel-dev-7d44d2ba1abc1bc3c74c8d52e4b6b7be1dbe94b8.tar.gz
ARM: EXYNOS: Add PMU table for EXYNOS5250
This patch adds pmu table setting feature for EXYNOS5250. Signed-off-by: Jongpill Lee <boyko.lee@samsung.com> [kgene.kim@samsung.com: re-worked on top of v3.4-rc7] Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/pmu.h')
-rw-r--r--arch/arm/mach-exynos/include/mach/pmu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/include/mach/pmu.h b/arch/arm/mach-exynos/include/mach/pmu.h
index e76b7fa..7c27c2d 100644
--- a/arch/arm/mach-exynos/include/mach/pmu.h
+++ b/arch/arm/mach-exynos/include/mach/pmu.h
@@ -23,12 +23,12 @@ enum sys_powerdown {
};
extern unsigned long l2x0_regs_phys;
-struct exynos4_pmu_conf {
+struct exynos_pmu_conf {
void __iomem *reg;
unsigned int val[NUM_SYS_POWERDOWN];
};
-extern void exynos4_sys_powerdown_conf(enum sys_powerdown mode);
+extern void exynos_sys_powerdown_conf(enum sys_powerdown mode);
extern void s3c_cpu_resume(void);
#endif /* __ASM_ARCH_PMU_H */
OpenPOWER on IntegriCloud