Skip to content

Commit 4a6c410

Browse files
pebollerafaeljw
authored andcommitted
cpufreq: s3c24xx: rename CONFIG_CPU_FREQ_S3C24XX_DEBUGFS
The Kconfig symbol CPU_FREQ_S3C24XX_DEBUGFS was renamed to ARM_S3C24XX_CPUFREQ_DEBUGFS in commit f023f8d ("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: Paul Bolle <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 1258ca8 commit 4a6c410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/cpufreq/s3c24xx-cpufreq.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ static struct clk *clk_hclk;
4949
static struct clk *clk_pclk;
5050
static struct clk *clk_arm;
5151

52-
#ifdef CONFIG_CPU_FREQ_S3C24XX_DEBUGFS
52+
#ifdef CONFIG_ARM_S3C24XX_CPUFREQ_DEBUGFS
5353
struct s3c_cpufreq_config *s3c_cpufreq_getconfig(void)
5454
{
5555
return &cpu_cur;
@@ -59,7 +59,7 @@ struct s3c_iotimings *s3c_cpufreq_getiotimings(void)
5959
{
6060
return &s3c24xx_iotiming;
6161
}
62-
#endif /* CONFIG_CPU_FREQ_S3C24XX_DEBUGFS */
62+
#endif /* CONFIG_ARM_S3C24XX_CPUFREQ_DEBUGFS */
6363

6464
static void s3c_cpufreq_getcur(struct s3c_cpufreq_config *cfg)
6565
{

0 commit comments

Comments
 (0)