On Tue, Jan 08, 2013 at 08:47:21AM -0600, Nishanth Menon wrote: > 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@xxxxxxxxxx> > > --- > > 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/ > ? Sorry, I'm working against v3.8-rc and missed that. Will drop it. Shawn -- 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