ACPICA: acpiexec: remove redeclaration of acpi_gbl_db_opt_no_region_support
authorErik Kaneda <erik.kaneda@intel.com>
Fri, 27 Mar 2020 22:21:05 +0000 (15:21 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 30 Mar 2020 12:52:32 +0000 (14:52 +0200)
commitf2173c3e7df2cc33d15a6cfd2fbf78a4bca63a4e
treebbac2e509300e01d34ec7a9eb076701bb834e3e5
parent26b22d7999d9043c4039de0713ffa2a983cd7226
ACPICA: acpiexec: remove redeclaration of acpi_gbl_db_opt_no_region_support

ACPICA commit 825c53661cacc7e3dab4844588201846143bd1b7

This variable was re-defined in a file specific to acpiexec. Remove
the redundant declaration and move the initialize to the debugger.

Patch based on suggestions by David Seifert and Benjamin Berg.

Link: https://github.com/acpica/acpica/commit/825c5366
Reported-by: David Seifert <soap@gentoo.org>
Reported-by: Benjamin Berg <bberg@redhat.com>
Signed-off-by: Erik Kaneda <erik.kaneda@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/dbxface.c