Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1448549

Re: [PATCH] cpufreq: export cpufreq_driver_resolve_freq()

From "Rafael J. Wysocki" <rjw@rjwysocki.net>
Newsgroups linux.kernel
Subject Re: [PATCH] cpufreq: export cpufreq_driver_resolve_freq()
Date 2016-07-22 14:10 +0200
Message-ID <rXHrc-5Fd-19@gated-at.bofh.it> (permalink)
References <rXynT-7XR-1@gated-at.bofh.it> <rXztE-dP-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thursday, July 21, 2016 08:30:44 PM Viresh Kumar wrote:
> On 21-07-16, 19:24, Steve Muckle wrote:
> > Export cpufreq_driver_resolve_freq() since governors may be compiled as
> > modules.
> > 
> > Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> > Signed-off-by: Steve Muckle <smuckle@linaro.org>
> > ---
> >  drivers/cpufreq/cpufreq.c | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
> > index b696baeb249d..fa0a92d6121e 100644
> > --- a/drivers/cpufreq/cpufreq.c
> > +++ b/drivers/cpufreq/cpufreq.c
> > @@ -514,6 +514,7 @@ unsigned int cpufreq_driver_resolve_freq(struct cpufreq_policy *policy,
> >  					       CPUFREQ_RELATION_L);
> >  	return policy->freq_table[policy->cached_resolved_idx].frequency;
> >  }
> > +EXPORT_SYMBOL_GPL(cpufreq_driver_resolve_freq);
> >  
> >  /*********************************************************************
> >   *                          SYSFS INTERFACE                          *
> 
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

Applied (after a bit of rebasing).

Thanks,
Rafael

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] cpufreq: export cpufreq_driver_resolve_freq() Steve Muckle <steve.muckle@linaro.org> - 2016-07-22 04:30 +0200
  Re: [PATCH] cpufreq: export cpufreq_driver_resolve_freq() Viresh Kumar <viresh.kumar@linaro.org> - 2016-07-22 05:40 +0200
    Re: [PATCH] cpufreq: export cpufreq_driver_resolve_freq() "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-07-22 14:10 +0200

csiph-web