diff options
| -rw-r--r-- | drivers/cpufreq/s5pv210-cpufreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/s5pv210-cpufreq.c b/drivers/cpufreq/s5pv210-cpufreq.c index 9a68225a757e..3f9791f07b8e 100644 --- a/drivers/cpufreq/s5pv210-cpufreq.c +++ b/drivers/cpufreq/s5pv210-cpufreq.c | |||
| @@ -501,7 +501,7 @@ static int check_mem_type(void __iomem *dmc_reg) | |||
| 501 | return val >> 8; | 501 | return val >> 8; |
| 502 | } | 502 | } |
| 503 | 503 | ||
| 504 | static int __init s5pv210_cpu_init(struct cpufreq_policy *policy) | 504 | static int s5pv210_cpu_init(struct cpufreq_policy *policy) |
| 505 | { | 505 | { |
| 506 | unsigned long mem_type; | 506 | unsigned long mem_type; |
| 507 | int ret; | 507 | int ret; |
