From: Adrian Bunk Date: Tue, 18 Apr 2006 15:06:13 +0000 (+0200) Subject: [CPUFREQ] drivers/cpufreq/cpufreq.c: static functions mustn't be exported X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7b14dedd1fe72f33e128ed1b0cbf96d06acc7e9c;p=linux-beck.git [CPUFREQ] drivers/cpufreq/cpufreq.c: static functions mustn't be exported This patch removes the EXPORT_SYMBOL_GPL of the static function cpufreq_parse_governor(). Signed-off-by: Adrian Bunk Signed-off-by: Dave Jones --- diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 12e63642aa0f..9759d05b1972 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c @@ -319,7 +319,6 @@ out: } return -EINVAL; } -EXPORT_SYMBOL_GPL(cpufreq_parse_governor); /* drivers/base/cpu.c */