linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Build error in drivers/cpufreq/intel_pstate.c
@ 2018-10-30 16:00 Igor Stoppa
  2018-10-30 16:22 ` Srinivas Pandruvada
  0 siblings, 1 reply; 2+ messages in thread
From: Igor Stoppa @ 2018-10-30 16:00 UTC (permalink / raw)
  To: Srinivas Pandruvada, Len Brown; +Cc: linux-pm, Linux Kernel Mailing List

Hi,
I'm getting the following build error:

/home/igor/dev/kernel/linux/drivers/cpufreq/intel_pstate.c: In function 
‘show_base_frequency’:
/home/igor/dev/kernel/linux/drivers/cpufreq/intel_pstate.c:726:10: 
error: implicit declaration of function 
‘intel_pstate_get_cppc_guranteed’; did you mean ‘intel_pstate_get_epp’? 
[-Werror=implicit-function-declaration]
   ratio = intel_pstate_get_cppc_guranteed(policy->cpu);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           intel_pstate_get_epp



on top of:

commit 11743c56785c751c087eecdb98713eef796609e0
Merge: 929e134c43c9 928002a5e9da

--
igor

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Build error in drivers/cpufreq/intel_pstate.c
  2018-10-30 16:00 Build error in drivers/cpufreq/intel_pstate.c Igor Stoppa
@ 2018-10-30 16:22 ` Srinivas Pandruvada
  0 siblings, 0 replies; 2+ messages in thread
From: Srinivas Pandruvada @ 2018-10-30 16:22 UTC (permalink / raw)
  To: Igor Stoppa, Len Brown; +Cc: linux-pm, Linux Kernel Mailing List

Hi,
On Tue, 2018-10-30 at 18:00 +0200, Igor Stoppa wrote:
> Hi,
> I'm getting the following build error:
> 
> /home/igor/dev/kernel/linux/drivers/cpufreq/intel_pstate.c: In
> function 
> ‘show_base_frequency’:
> /home/igor/dev/kernel/linux/drivers/cpufreq/intel_pstate.c:726:10: 
> error: implicit declaration of function 
> ‘intel_pstate_get_cppc_guranteed’; did you mean
> ‘intel_pstate_get_epp’? 
> [-Werror=implicit-function-declaration]
>    ratio = intel_pstate_get_cppc_guranteed(policy->cpu);
>            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>            intel_pstate_get_epp
> 
> 

This should fix this:

https://patchwork.kernel.org/patch/10653593/

Thanks,
Srinivas
> 
> on top of:
> 
> commit 11743c56785c751c087eecdb98713eef796609e0
> Merge: 929e134c43c9 928002a5e9da
> 
> --
> igor


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-30 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-30 16:00 Build error in drivers/cpufreq/intel_pstate.c Igor Stoppa
2018-10-30 16:22 ` Srinivas Pandruvada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).