]> Pileus Git - ~andy/linux/commit
cpufreq: exynos: Use static for functions used in only this file
authorTushar Behera <tushar.behera@linaro.org>
Wed, 21 Nov 2012 23:19:25 +0000 (00:19 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 21 Nov 2012 23:19:25 +0000 (00:19 +0100)
commit5542721a337f3fcfa0585c915827dc391f36fd28
tree636af7038ca227fa91b312d8cbbb81359c53bef1
parentfd06a20852e145b2b96c7c6b655fcb9f23ac4e00
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>
drivers/cpufreq/exynos-cpufreq.c