commit | 5542721a337f3fcfa0585c915827dc391f36fd28 | [log] [tgz] |
---|---|---|
author | Tushar Behera <tushar.behera@linaro.org> | Thu Nov 22 00:19:25 2012 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Nov 22 00:19:25 2012 +0100 |
tree | 636af7038ca227fa91b312d8cbbb81359c53bef1 | |
parent | fd06a20852e145b2b96c7c6b655fcb9f23ac4e00 [diff] |
cpufreq: exynos: Use static for functions used in only this file Fixes following sparse error. drivers/cpufreq/exynos-cpufreq.c:34:5: warning: symbol 'exynos_verify_speed' was not declared. Should it be static? drivers/cpufreq/exynos-cpufreq.c:40:14: warning: symbol 'exynos_getspeed' was not declared. Should it be static? Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>