OSDN Git Service

ACPI: EC: Declare boot_ec as static
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 1 Feb 2019 09:57:01 +0000 (10:57 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 1 Feb 2019 10:45:53 +0000 (11:45 +0100)
commita9c3076846beea073428852753ec54b862a65fe6
tree249cca7dc1dae512e4e25f7b547b47257b324eb9
parentfdb3c177657033bfeff5652891bb67ff6e86b557
ACPI: EC: Declare boot_ec as static

The boot_ec variable is not used outside of the file it is defined
in, so declare it as static.

No intentional functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/ec.c