From 5542721a337f3fcfa0585c915827dc391f36fd28 Mon Sep 17 00:00:00 2001 From: Tushar Behera Date: Thu, 22 Nov 2012 00:19:25 +0100 Subject: [PATCH] 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 Signed-off-by: Rafael J. Wysocki --- Reading git-format-patch failed