]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
unexport cpufreq_parse_governor
authorAdrian Bunk <bunk@kernel.org>
Sat, 6 Oct 2007 19:59:38 +0000 (21:59 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sat, 6 Oct 2007 19:59:38 +0000 (21:59 +0200)
A static function mustn't be exported.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
drivers/cpufreq/cpufreq.c

index 9582de1c9cadc543517b1aff92d8a7910960a7eb..b2b291f4e3574475902ac8a9c9438b63a326f466 100644 (file)
@@ -321,7 +321,6 @@ out:
        }
        return -EINVAL;
 }
-EXPORT_SYMBOL_GPL(cpufreq_parse_governor);
 
 
 /* drivers/base/cpu.c */