]> git.baikalelectronics.ru Git - kernel.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)
commit51a12dea0e416008bb35ea0ba1da72687d4aa0f3
treeaa338d7ce582be6b85802212893c4bd63e520560
parent53681d4f7b88328d72135c659cec7ff9538cb371
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