Commit 44e0a3a2 authored by Adrian Bunk's avatar Adrian Bunk

unexport cpufreq_parse_governor

A static function mustn't be exported.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 47f972b3
...@@ -321,7 +321,6 @@ static int cpufreq_parse_governor (char *str_governor, unsigned int *policy, ...@@ -321,7 +321,6 @@ static int cpufreq_parse_governor (char *str_governor, unsigned int *policy,
} }
return -EINVAL; return -EINVAL;
} }
EXPORT_SYMBOL_GPL(cpufreq_parse_governor);
/* drivers/base/cpu.c */ /* drivers/base/cpu.c */
......
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