]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpufreq: sfi: make freq_table static
authorColin Ian King <colin.king@canonical.com>
Thu, 15 Jun 2017 09:55:59 +0000 (10:55 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 23 Jun 2017 23:43:21 +0000 (01:43 +0200)
commit0370f0f975e5561c658aa86e2c372079e6a425eb
treeaa338d7ce582be6b85802212893c4bd63e520560
parente773f5c7e8c6279b2560ae1ca2a1d37cc12fe7c3
cpufreq: sfi: make freq_table static

pointer freq_table can be made static as it does not need to be in
global scope.

Cleans up sparse warning:
"symbol 'freq_table' was not declared. Should it be static?"

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/sfi-cpufreq.c