summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-10-06 21:59:38 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-06 21:59:38 +0200
commit44e0a3a2850a75f1c677492b29db40a85abc9186 (patch)
treed69429d8d35329ea257bc2d79d3379cf2f636585
parent47f972b3361d2a64942d3eb4e759c8a5b9b91396 (diff)
unexport cpufreq_parse_governor
A static function mustn't be exported. Signed-off-by: Adrian Bunk <bunk@kernel.org>
-rw-r--r--drivers/cpufreq/cpufreq.c1
1 files changed, 0 insertions, 1 deletions
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 */