Commit 4859cfbb authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] Add extra __init markers to longrun driver.

Caught by Randy Dunlap.
longrun_cpu_init() only gets called during startup, and calls
other __init routines.
parent 9b16e7c8
...@@ -220,7 +220,7 @@ static unsigned int __init longrun_determine_freqs(unsigned int *low_freq, ...@@ -220,7 +220,7 @@ static unsigned int __init longrun_determine_freqs(unsigned int *low_freq,
} }
static int longrun_cpu_init(struct cpufreq_policy *policy) static int __init longrun_cpu_init(struct cpufreq_policy *policy)
{ {
int result = 0; int result = 0;
......
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