[PATCH 1/3] PM / OPP: Export more symbols for module usage
Nishanth Menon
nm at ti.com
Tue Jan 8 09:47:21 EST 2013
On 14:54-20130108, Shawn Guo wrote:
> Export opp_init_cpufreq_table and opp_free_cpufreq_table for module
> usage.
>
> Signed-off-by: Shawn Guo <shawn.guo at linaro.org>
> ---
> drivers/base/power/opp.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/base/power/opp.c b/drivers/base/power/opp.c
> index 50b2831..d16db9a 100644
> --- a/drivers/base/power/opp.c
> +++ b/drivers/base/power/opp.c
> @@ -661,6 +661,7 @@ int opp_init_cpufreq_table(struct device *dev,
>
> return 0;
> }
> +EXPORT_SYMBOL(opp_init_cpufreq_table);
>
> /**
> * opp_free_cpufreq_table() - free the cpufreq table
> @@ -678,6 +679,7 @@ void opp_free_cpufreq_table(struct device *dev,
> kfree(*table);
> *table = NULL;
> }
> +EXPORT_SYMBOL(opp_free_cpufreq_table);
> #endif /* CONFIG_CPU_FREQ */
Is'nt this already covered in
https://patchwork.kernel.org/patch/1847261/
?
--
Regards,
Nishanth Menon
More information about the linux-arm-kernel
mailing list