Skip to content
  • Jonghwan Choi's avatar
    ARM: EXYNOS: Fix compile error in exynos5250-cpufreq.c · 32db797f
    Jonghwan Choi authored
    
    
    This patch is omitted in v2 patch of Jaecheol Lee.
    
    drivers/cpufreq/exynos5250-cpufreq.c: In function 'set_clkdiv':
    drivers/cpufreq/exynos5250-cpufreq.c:144: error: 'EXYNOS5_CLKDIV_STATCPU0' undeclared (first use in this function)
    drivers/cpufreq/exynos5250-cpufreq.c:144: error: (Each undeclared identifier is reported only once
    drivers/cpufreq/exynos5250-cpufreq.c:144: error: for each function it appears in.)
    drivers/cpufreq/exynos5250-cpufreq.c:150: error: 'EXYNOS5_CLKDIV_CPU1' undeclared (first use in this function)
    drivers/cpufreq/exynos5250-cpufreq.c:152: error: 'EXYNOS5_CLKDIV_STATCPU1' undeclared (first use in this function)
    drivers/cpufreq/exynos5250-cpufreq.c: In function 'set_apll':
    drivers/cpufreq/exynos5250-cpufreq.c:166: error: 'EXYNOS5_CLKMUX_STATCPU' undeclared (first use in this function)
    drivers/cpufreq/exynos5250-cpufreq.c:173: error: 'EXYNOS5_APLL_LOCK' undeclared (first use in this function)
    drivers/cpufreq/exynos5250-cpufreq.c: In function 'exynos5250_cpufreq_init':
    drivers/cpufreq/exynos5250-cpufreq.c:312: error: 'EXYNOS5_CLKDIV_CPU1' undeclared (first use in this function)
    
    Cc: Jaecheol Lee <jc.lee@samsung.com>
    Signed-off-by: default avatarJonghwan Choi <jhbird.choi@samsung.com>
    Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
    32db797f