Commit 87ae97f1 authored by Sachin Kamat's avatar Sachin Kamat Committed by Rafael J. Wysocki

cpufreq: s3c24xx: Staticize local variable

Local variable used only in this file is made static.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 8f82b196
...@@ -509,7 +509,7 @@ int __init s3c_cpufreq_setboard(struct s3c_cpufreq_board *board) ...@@ -509,7 +509,7 @@ int __init s3c_cpufreq_setboard(struct s3c_cpufreq_board *board)
return 0; return 0;
} }
int __init s3c_cpufreq_auto_io(void) static int __init s3c_cpufreq_auto_io(void)
{ {
int ret; int ret;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment