From: Rusty Russell <rusty@xxxxxxxxxxxxxxx> This has been obsolescent for a while; time for the final push. Signed-off-by: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Cc: Dave Jones <davej@xxxxxxxxxx> Cc: cpufreq@xxxxxxxxxxxxxxx Cc: Sundar Iyer <sundar.iyer@xxxxxxxxxxxxxx> Cc: Martin Persson <martin.persson@xxxxxxxxxxxxxx> Cc: Jonas Aaberg <jonas.aberg@xxxxxxxxxxxxxx> --- drivers/cpufreq/db8500-cpufreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpufreq/db8500-cpufreq.c b/drivers/cpufreq/db8500-cpufreq.c --- a/drivers/cpufreq/db8500-cpufreq.c +++ b/drivers/cpufreq/db8500-cpufreq.c @@ -145,7 +145,7 @@ static int __cpuinit db8500_cpufreq_init policy->cpuinfo.transition_latency = 20 * 1000; /* in ns */ /* policy sharing between dual CPUs */ - cpumask_copy(policy->cpus, &cpu_present_map); + cpumask_copy(policy->cpus, cpu_present_mask); policy->shared_type = CPUFREQ_SHARED_TYPE_ALL; -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html