diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-06-01 14:05:12 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-06-06 08:31:41 +0200 |
commit | 08e9cc4032626792b49009547454bcef44c2e12b (patch) | |
tree | 8922a060f0bf82245c433fa897f5004b38f64e98 /arch | |
parent | ac28927659bec665be97fc2c2dfc059f1f913fbb (diff) | |
download | op-kernel-dev-08e9cc4032626792b49009547454bcef44c2e12b.zip op-kernel-dev-08e9cc4032626792b49009547454bcef44c2e12b.tar.gz |
cpufreq: ACPI: make function acpi_cpufreq_fast_switch() static
The acpi_cpufreq_fast_switch() function is local to the source and
does not need to be in global scope, so make it static.
Cleans up sparse warning:
drivers/cpufreq/acpi-cpufreq.c:468:14: warning: symbol
'acpi_cpufreq_fast_switch' 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>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions