From: Adrian Bunk Date: Sat, 6 Oct 2007 19:59:38 +0000 (+0200) Subject: unexport cpufreq_parse_governor X-Git-Tag: v2.6.16.55-rc1~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44e0a3a2850a75f1c677492b29db40a85abc9186;p=people%2Fms%2Flinux.git unexport cpufreq_parse_governor A static function mustn't be exported. Signed-off-by: Adrian Bunk --- diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 9582de1c9cad..b2b291f4e357 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c @@ -321,7 +321,6 @@ out: } return -EINVAL; } -EXPORT_SYMBOL_GPL(cpufreq_parse_governor); /* drivers/base/cpu.c */