Skip to content

Commit

Permalink
[CPUFREQ] drivers/cpufreq/cpufreq.c: static functions mustn't be expo…
Browse files Browse the repository at this point in the history
…rted

This patch removes the EXPORT_SYMBOL_GPL of the static function cpufreq_parse_governor().

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Dave Jones <[email protected]>
  • Loading branch information
AdrianBunk authored and Dave Jones committed Apr 18, 2006
1 parent 7970e08 commit 7b14ded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/cpufreq/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ static int cpufreq_parse_governor (char *str_governor, unsigned int *policy,
}
return -EINVAL;
}
EXPORT_SYMBOL_GPL(cpufreq_parse_governor);


/* drivers/base/cpu.c */
Expand Down

0 comments on commit 7b14ded

Please sign in to comment.