ACPICA: Make acpi_protocol_lengths static
authorYue Haibing <yuehaibing@huawei.com>
Tue, 5 May 2020 00:46:49 +0000 (17:46 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 9 May 2020 08:55:53 +0000 (10:55 +0200)
commitf5308a82e8d51b2f9e44533e6d3bef5893af8bdd
tree82492d7c49fa1eba3a65b13da6542d6ddb230612
parent0e698dfa282211e414076f9dc7e83c1c288314fd
ACPICA: Make acpi_protocol_lengths static

ACPICA commit 0ebacf12b8ca66ce6d3fce4d349b3f2448da18cb

A linux-based static analyzer (sparse) caught this as a warning.
Making this variable static will result in better optimizations and
ensure that this variable does not get used outside of this file.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
[ek: commit message]

Link: https://github.com/acpica/acpica/commit/0ebacf12
Signed-off-by: Erik Kaneda <erik.kaneda@intel.com>
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/exfield.c