Commit 4a6c4108 authored by Paul Bolle's avatar Paul Bolle Committed by Rafael J. Wysocki

cpufreq: s3c24xx: rename CONFIG_CPU_FREQ_S3C24XX_DEBUGFS

The Kconfig symbol CPU_FREQ_S3C24XX_DEBUGFS was renamed to
ARM_S3C24XX_CPUFREQ_DEBUGFS in commit f023f8dd ("cpufreq: s3c24xx:
move cpufreq driver to drivers/cpufreq"). But that commit missed one
instance of its macro CONFIG_CPU_FREQ_S3C24XX_DEBUGFS. Rename it too.
Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 1258ca80
...@@ -49,7 +49,7 @@ static struct clk *clk_hclk; ...@@ -49,7 +49,7 @@ static struct clk *clk_hclk;
static struct clk *clk_pclk; static struct clk *clk_pclk;
static struct clk *clk_arm; static struct clk *clk_arm;
#ifdef CONFIG_CPU_FREQ_S3C24XX_DEBUGFS #ifdef CONFIG_ARM_S3C24XX_CPUFREQ_DEBUGFS
struct s3c_cpufreq_config *s3c_cpufreq_getconfig(void) struct s3c_cpufreq_config *s3c_cpufreq_getconfig(void)
{ {
return &cpu_cur; return &cpu_cur;
...@@ -59,7 +59,7 @@ struct s3c_iotimings *s3c_cpufreq_getiotimings(void) ...@@ -59,7 +59,7 @@ struct s3c_iotimings *s3c_cpufreq_getiotimings(void)
{ {
return &s3c24xx_iotiming; return &s3c24xx_iotiming;
} }
#endif /* CONFIG_CPU_FREQ_S3C24XX_DEBUGFS */ #endif /* CONFIG_ARM_S3C24XX_CPUFREQ_DEBUGFS */
static void s3c_cpufreq_getcur(struct s3c_cpufreq_config *cfg) static void s3c_cpufreq_getcur(struct s3c_cpufreq_config *cfg)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment