Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1225646
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] cpufreq: pass policy to ->get() driver callback |
| Date | 2015-09-16 03:10 +0200 |
| Message-ID | <q99ou-5Xi-7@gated-at.bofh.it> (permalink) |
| References | <pSg30-36x-19@gated-at.bofh.it> <q7zdo-6M4-17@gated-at.bofh.it> <q8T0m-6AI-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tuesday, September 15, 2015 01:09:21 PM Viresh Kumar wrote:
> On 11-09-15, 21:48, Viresh Kumar wrote:
> > > -/* Only for cpufreq core internal use */
> > > struct cpufreq_policy *cpufreq_cpu_get_raw(unsigned int cpu)
> > > {
> > > struct cpufreq_policy *policy = per_cpu(cpufreq_cpu_data, cpu);
> > >
> > > return policy && cpumask_test_cpu(cpu, policy->cpus) ? policy : NULL;
> > > }
> > > +EXPORT_SYMBOL_GPL(cpufreq_cpu_get_raw);
>
> This routine was recently marked as static and now with your patch it
> results in compilation error. You just need to remove the 'static'
> part from the routine.
>
> I would have sent a patch for this, but I thought you would like to
> edit the original patch itself to not break git bisect.
I even tried to do that previously, but I made a mistake then.
It should be fixed in my bleeding-edge branch now.
Thanks,
Rafael
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH] cpufreq: pass policy to ->get() driver callback "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-09-10 03:20 +0200
Re: [PATCH] cpufreq: pass policy to ->get() driver callback Viresh Kumar <viresh.kumar@linaro.org> - 2015-09-10 03:30 +0200
Re: [PATCH] cpufreq: pass policy to ->get() driver callback "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-09-10 23:10 +0200
Re: [PATCH] cpufreq: pass policy to ->get() driver callback Viresh Kumar <viresh.kumar@linaro.org> - 2015-09-11 18:20 +0200
Re: [PATCH] cpufreq: pass policy to ->get() driver callback Viresh Kumar <viresh.kumar@linaro.org> - 2015-09-15 09:40 +0200
Re: [PATCH] cpufreq: pass policy to ->get() driver callback Viresh Kumar <viresh.kumar@linaro.org> - 2015-09-15 10:00 +0200
Re: [PATCH] cpufreq: pass policy to ->get() driver callback "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-09-16 03:10 +0200
Re: [PATCH] cpufreq: pass policy to ->get() driver callback "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-09-10 23:20 +0200
Re: [PATCH] cpufreq: pass policy to ->get() driver callback "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-09-10 23:40 +0200
Re: [PATCH] cpufreq: pass policy to ->get() driver callback Viresh Kumar <viresh.kumar@linaro.org> - 2015-09-15 10:00 +0200
Re: [PATCH] cpufreq: pass policy to ->get() driver callback "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-09-16 03:20 +0200
csiph-web