mirror of https://gitee.com/openkylin/linux.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 <bunk@stusta.de> Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
7970e08bf0
commit
7b14dedd1f
|
@ -319,7 +319,6 @@ static int cpufreq_parse_governor (char *str_governor, unsigned int *policy,
|
||||||
}
|
}
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(cpufreq_parse_governor);
|
|
||||||
|
|
||||||
|
|
||||||
/* drivers/base/cpu.c */
|
/* drivers/base/cpu.c */
|
||||||
|
|
Loading…
Reference in New Issue