summaryrefslogtreecommitdiff
path: root/source/include
diff options
context:
space:
mode:
Diffstat (limited to 'source/include')
-rw-r--r--source/include/aclocal.h1
-rw-r--r--source/include/acnamesp.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/source/include/aclocal.h b/source/include/aclocal.h
index 30c648dcdbab..d29a72157639 100644
--- a/source/include/aclocal.h
+++ b/source/include/aclocal.h
@@ -424,7 +424,6 @@ typedef struct acpi_predefined_data
/* Defines for Flags field above */
#define ACPI_OBJECT_REPAIRED 1
-#define ACPI_OBJECT_WRAPPED 2
/*
diff --git a/source/include/acnamesp.h b/source/include/acnamesp.h
index 4a91108eae42..5e22cb538895 100644
--- a/source/include/acnamesp.h
+++ b/source/include/acnamesp.h
@@ -368,9 +368,8 @@ AcpiNsRepairObject (
ACPI_OPERAND_OBJECT **ReturnObjectPtr);
ACPI_STATUS
-AcpiNsWrapWithPackage (
+AcpiNsRepairPackageList (
ACPI_PREDEFINED_DATA *Data,
- ACPI_OPERAND_OBJECT *OriginalObject,
ACPI_OPERAND_OBJECT **ObjDescPtr);
ACPI_STATUS