diff options
author | Jonghwan Choi <jhbird.choi@samsung.com> | 2012-12-23 15:51:40 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-12-23 15:51:40 -0800 |
commit | 184cddd1e004d3ebd473f9e1ce20dec1d2576fd1 (patch) | |
tree | 8a10c414e869e4d79f100dc4b5ee055c802320d0 /arch/arm/mach-exynos | |
parent | a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565 (diff) | |
download | linux-3.10-184cddd1e004d3ebd473f9e1ce20dec1d2576fd1.tar.gz linux-3.10-184cddd1e004d3ebd473f9e1ce20dec1d2576fd1.tar.bz2 linux-3.10-184cddd1e004d3ebd473f9e1ce20dec1d2576fd1.zip |
cpufreq: exynos: Remove unused variable & IS_ERR
The variable 'max_support_idx, min_support_idx, pm_lock_idx"
are never used, so remove the unused variable.
Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/include/mach/cpufreq.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/include/mach/cpufreq.h b/arch/arm/mach-exynos/include/mach/cpufreq.h index 7517c3f417a..39f0dc62122 100644 --- a/arch/arm/mach-exynos/include/mach/cpufreq.h +++ b/arch/arm/mach-exynos/include/mach/cpufreq.h @@ -21,9 +21,6 @@ enum cpufreq_level_index { struct exynos_dvfs_info { unsigned long mpll_freq_khz; unsigned int pll_safe_idx; - unsigned int pm_lock_idx; - unsigned int max_support_idx; - unsigned int min_support_idx; struct clk *cpu_clk; unsigned int *volt_table; struct cpufreq_frequency_table *freq_table; |