diff options
Diffstat (limited to 'drivers/cpufreq/s3c24xx-cpufreq.c')
-rw-r--r-- | drivers/cpufreq/s3c24xx-cpufreq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/cpufreq/s3c24xx-cpufreq.c b/drivers/cpufreq/s3c24xx-cpufreq.c index 3513e7477160..87781eb20d6d 100644 --- a/drivers/cpufreq/s3c24xx-cpufreq.c +++ b/drivers/cpufreq/s3c24xx-cpufreq.c | |||
@@ -49,7 +49,7 @@ static struct clk *clk_hclk; | |||
49 | static struct clk *clk_pclk; | 49 | static struct clk *clk_pclk; |
50 | static struct clk *clk_arm; | 50 | static struct clk *clk_arm; |
51 | 51 | ||
52 | #ifdef CONFIG_CPU_FREQ_S3C24XX_DEBUGFS | 52 | #ifdef CONFIG_ARM_S3C24XX_CPUFREQ_DEBUGFS |
53 | struct s3c_cpufreq_config *s3c_cpufreq_getconfig(void) | 53 | struct s3c_cpufreq_config *s3c_cpufreq_getconfig(void) |
54 | { | 54 | { |
55 | return &cpu_cur; | 55 | return &cpu_cur; |
@@ -59,7 +59,7 @@ struct s3c_iotimings *s3c_cpufreq_getiotimings(void) | |||
59 | { | 59 | { |
60 | return &s3c24xx_iotiming; | 60 | return &s3c24xx_iotiming; |
61 | } | 61 | } |
62 | #endif /* CONFIG_CPU_FREQ_S3C24XX_DEBUGFS */ | 62 | #endif /* CONFIG_ARM_S3C24XX_CPUFREQ_DEBUGFS */ |
63 | 63 | ||
64 | static void s3c_cpufreq_getcur(struct s3c_cpufreq_config *cfg) | 64 | static void s3c_cpufreq_getcur(struct s3c_cpufreq_config *cfg) |
65 | { | 65 | { |