Commit 63261048 authored by Dave Jones's avatar Dave Jones

[CPUFREQ] Extra __init section function for longrun driver.

From Luiz Fernando Capitulino
parent 6d94125c
...@@ -33,7 +33,7 @@ static unsigned int longrun_low_freq, longrun_high_freq; ...@@ -33,7 +33,7 @@ static unsigned int longrun_low_freq, longrun_high_freq;
* Reads the current LongRun policy by access to MSR_TMTA_LONGRUN_FLAGS * Reads the current LongRun policy by access to MSR_TMTA_LONGRUN_FLAGS
* and MSR_TMTA_LONGRUN_CTRL * and MSR_TMTA_LONGRUN_CTRL
*/ */
static void longrun_get_policy(struct cpufreq_policy *policy) static void __init longrun_get_policy(struct cpufreq_policy *policy)
{ {
u32 msr_lo, msr_hi; u32 msr_lo, msr_hi;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment