Commit 7b14dedd1fe72f33e128ed1b0cbf96d06acc7e9c

Authored by Adrian Bunk
Committed by Dave Jones
1 parent 7970e08bf0

[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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/cpufreq/cpufreq.c
... ... @@ -319,7 +319,6 @@
319 319 }
320 320 return -EINVAL;
321 321 }
322   -EXPORT_SYMBOL_GPL(cpufreq_parse_governor);
323 322  
324 323  
325 324 /* drivers/base/cpu.c */