Explorar o código

cpufreq: s3c24xx: Staticize local variable

Local variable used only in this file is made static.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Sachin Kamat %!s(int64=11) %!d(string=hai) anos
pai
achega
87ae97f10c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/cpufreq/s3c24xx-cpufreq.c

+ 1 - 1
drivers/cpufreq/s3c24xx-cpufreq.c

@@ -509,7 +509,7 @@ int __init s3c_cpufreq_setboard(struct s3c_cpufreq_board *board)
 	return 0;
 }
 
-int __init s3c_cpufreq_auto_io(void)
+static int __init s3c_cpufreq_auto_io(void)
 {
 	int ret;