commit | 0370f0f975e5561c658aa86e2c372079e6a425eb | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Jun 15 10:55:59 2017 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Sat Jun 24 01:43:21 2017 +0200 |
tree | aa338d7ce582be6b85802212893c4bd63e520560 | |
parent | e773f5c7e8c6279b2560ae1ca2a1d37cc12fe7c3 [diff] |
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>