1
0
Fork 0

[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 <bunk@stusta.de>
Signed-off-by: Dave Jones <davej@redhat.com>
wifi-calibration
Adrian Bunk 2006-04-18 17:06:13 +02:00 committed by Dave Jones
parent 7970e08bf0
commit 7b14dedd1f
1 changed files with 0 additions and 1 deletions

View File

@ -319,7 +319,6 @@ out:
}
return -EINVAL;
}
EXPORT_SYMBOL_GPL(cpufreq_parse_governor);
/* drivers/base/cpu.c */