aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/samsung/mfc5x/mfc_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/samsung/mfc5x/mfc_dev.h')
-rw-r--r--drivers/media/video/samsung/mfc5x/mfc_dev.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/samsung/mfc5x/mfc_dev.h b/drivers/media/video/samsung/mfc5x/mfc_dev.h
index bb2095c..16bd027 100644
--- a/drivers/media/video/samsung/mfc5x/mfc_dev.h
+++ b/drivers/media/video/samsung/mfc5x/mfc_dev.h
@@ -114,6 +114,10 @@ struct mfc_dev {
#if defined(CONFIG_BUSFREQ)
atomic_t busfreq_lock_cnt; /* Bus frequency Lock count */
#endif
+#if defined(CONFIG_MACH_GC1) && defined(CONFIG_EXYNOS4_CPUFREQ)
+ atomic_t cpufreq_lock_cnt; /* CPU frequency Lock count */
+ int cpufreq_level; /* CPU frequency leve */
+#endif
#if defined(CONFIG_CPU_EXYNOS4210) && defined(CONFIG_EXYNOS4_CPUFREQ)
atomic_t cpufreq_lock_cnt; /* CPU frequency Lock count */
int cpufreq_level; /* CPU frequency leve */