From 44e0a3a2850a75f1c677492b29db40a85abc9186 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sat, 6 Oct 2007 21:59:38 +0200 Subject: unexport cpufreq_parse_governor A static function mustn't be exported. Signed-off-by: Adrian Bunk --- drivers/cpufreq/cpufreq.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- cgit v1.2.3