diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-08-28 01:31:17 +0200 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-08-28 01:31:17 +0200 |
| commit | 0b4f58b7cebd74ede19d13b81fb43a7eaeba10a3 (patch) | |
| tree | ba8f78ff836bb738ea6903ee0964d527a8332602 /drivers/cpufreq/s5pv210-cpufreq.c | |
| parent | 772c7137bcad56856e858b46f2d378d62dc83055 (diff) | |
| parent | dc2687423964ec65f2953f3f08b5f97d02058acd (diff) | |
Merge branch 'pm-cpufreq'
* pm-cpufreq:
cpufreq: s5pv210: Remove spurious __init annotation
cpufreq: intel_pstate: Add CPU ID for Braswell processor
intel_pstate: Turn per cpu printk into pr_debug
Diffstat (limited to 'drivers/cpufreq/s5pv210-cpufreq.c')
| -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) return val >> 8; } -static int __init s5pv210_cpu_init(struct cpufreq_policy *policy) +static int s5pv210_cpu_init(struct cpufreq_policy *policy) { unsigned long mem_type; int ret; |
