]> nv-tegra.nvidia Code Review - linux-3.10.git/commitdiff
[CPUFREQ] drivers/cpufreq/cpufreq.c: static functions mustn't be exported
authorAdrian Bunk <bunk@stusta.de>
Tue, 18 Apr 2006 15:06:13 +0000 (17:06 +0200)
committerDave Jones <davej@redhat.com>
Tue, 18 Apr 2006 22:24:52 +0000 (17:24 -0500)
This patch removes the EXPORT_SYMBOL_GPL of the static function cpufreq_parse_governor().

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/cpufreq/cpufreq.c

index 12e63642aa0f75055e5a08b9c336f7014d823b9c..9759d05b1972742b839b4188d0f8fcaf039859a9 100644 (file)
@@ -319,7 +319,6 @@ out:
        }
        return -EINVAL;
 }
-EXPORT_SYMBOL_GPL(cpufreq_parse_governor);
 
 
 /* drivers/base/cpu.c */