summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/aclocal.h
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2018-06-29 11:28:12 -0700
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2018-07-09 11:14:45 +0200
commita9efdcffd54dc1098a089c3c833eef8d7bee4d77 (patch)
treedaf2ceb99d481528de9bc876f78eb27b8d5c6931 /drivers/acpi/acpica/aclocal.h
parentda7f7126f04c37cf0b33a75b7a5dd3c1b2adfa2b (diff)
downloadop-kernel-dev-a9efdcffd54dc1098a089c3c833eef8d7bee4d77.zip
op-kernel-dev-a9efdcffd54dc1098a089c3c833eef8d7bee4d77.tar.gz
ACPICA: Revert "iASL compiler: allow compilation of externals with paths that refer to existing names"
Revert commit 3ddd3f6a9410 (ACPICA: iASL compiler: allow compilation of externals with paths that refer to existing names; upstream ACPICA commit 9a252114197409290813bee570e9d53c22b99d32). This was done in order to allow more relaxed usage of ASL external declarations. Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/aclocal.h')
-rw-r--r--drivers/acpi/acpica/aclocal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h
index 51c386b..c5367bf 100644
--- a/drivers/acpi/acpica/aclocal.h
+++ b/drivers/acpi/acpica/aclocal.h
@@ -165,7 +165,6 @@ struct acpi_namespace_node {
#define ANOBJ_EVALUATED 0x20 /* Set on first evaluation of node */
#define ANOBJ_ALLOCATED_BUFFER 0x40 /* Method AML buffer is dynamic (install_method) */
-#define IMPLICIT_EXTERNAL 0x02 /* iASL only: This object created implicitly via External */
#define ANOBJ_IS_EXTERNAL 0x08 /* iASL only: This object created via External() */
#define ANOBJ_METHOD_NO_RETVAL 0x10 /* iASL only: Method has no return value */
#define ANOBJ_METHOD_SOME_NO_RETVAL 0x20 /* iASL only: Method has at least one return value */
OpenPOWER on IntegriCloud