summaryrefslogtreecommitdiff
path: root/source/components/utilities/utxfinit.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-06-15 10:51:12 -0700
committerGitHub <noreply@github.com>2016-06-15 10:51:12 -0700
commitd776c9ee6e67f3b7a186d809763558ca7a358710 (patch)
tree22aee76d7f384a2553421abf763747a229bf0680 /source/components/utilities/utxfinit.c
parent8aac0be3c840747a032b63e7365c99190e2a0ba9 (diff)
downloadacpica-d776c9ee6e67f3b7a186d809763558ca7a358710.tar.gz
Revert "Efi edk2"revert-143-efi-edk2
Diffstat (limited to 'source/components/utilities/utxfinit.c')
-rw-r--r--source/components/utilities/utxfinit.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/components/utilities/utxfinit.c b/source/components/utilities/utxfinit.c
index 66834ac77..c6a26d992 100644
--- a/source/components/utilities/utxfinit.c
+++ b/source/components/utilities/utxfinit.c
@@ -126,11 +126,9 @@
ACPI_MODULE_NAME ("utxfinit")
/* For AcpiExec only */
-#ifndef ACPI_DISABLE_OBJECT_OVERRIDE
void
AeDoObjectOverrides (
void);
-#endif
/*******************************************************************************
@@ -348,14 +346,12 @@ AcpiInitializeObjects (
#ifdef ACPI_EXEC_APP
-#ifndef ACPI_DISABLE_OBJECT_OVERRIDE
/*
* This call implements the "initialization file" option for AcpiExec.
* This is the precise point that we want to perform the overrides.
*/
AeDoObjectOverrides ();
#endif
-#endif
/*
* Execute any module-level code that was detected during the table load