diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-06 21:59:38 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2007-10-06 21:59:38 +0200 |
commit | 44e0a3a2850a75f1c677492b29db40a85abc9186 (patch) | |
tree | d69429d8d35329ea257bc2d79d3379cf2f636585 /drivers | |
parent | 47f972b3361d2a64942d3eb4e759c8a5b9b91396 (diff) |
unexport cpufreq_parse_governor
A static function mustn't be exported.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/cpufreq/cpufreq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 9582de1c9ca..b2b291f4e35 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 */ |