OSDN Git Service

ACPI: EC: Relocate acpi_ec_create_query() and drop acpi_ec_delete_query()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 23 Nov 2021 18:46:09 +0000 (19:46 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 1 Dec 2021 19:17:32 +0000 (20:17 +0100)
commitbefd9b5b0c621af33a363596c65a8fc0176e2795
treed0b43a8bef12451c676001992e4406518a6e16c8
parentc33676aa48249b007d55198dc8348cd117e3d8cc
ACPI: EC: Relocate acpi_ec_create_query() and drop acpi_ec_delete_query()

Move acpi_ec_create_query() after acpi_ec_event_processor(), drop the
no longer needed forward declaration of the latter, and eliminate
acpi_ec_delete_query() which isn't really necessary.

No intentional functional impact.

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