Commit 02bb74dc authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] compile fix

Compile fix for speedstep-ich.c: missing forward declaration.
Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.de>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent b8176b8c
......@@ -64,6 +64,8 @@ static struct cpufreq_frequency_table speedstep_freqs[] = {
#endif
static unsigned int speedstep_get(unsigned int cpu);
/**
* speedstep_set_state - set the SpeedStep state
* @state: new processor frequency state (SPEEDSTEP_LOW or SPEEDSTEP_HIGH)
......
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