summaryrefslogtreecommitdiff
path: root/source/tools/acpiexec/aetables.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tools/acpiexec/aetables.c')
-rw-r--r--source/tools/acpiexec/aetables.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/source/tools/acpiexec/aetables.c b/source/tools/acpiexec/aetables.c
index e873b484d958a..a9becc22fd65d 100644
--- a/source/tools/acpiexec/aetables.c
+++ b/source/tools/acpiexec/aetables.c
@@ -60,10 +60,6 @@ AeTableOverride (
ACPI_TABLE_HEADER *ExistingTable,
ACPI_TABLE_HEADER **NewTable);
-ACPI_PHYSICAL_ADDRESS
-AeLocalGetRootPointer (
- void);
-
/* User table (DSDT) */
static ACPI_TABLE_HEADER *DsdtToInstallOverride;
@@ -545,7 +541,7 @@ AeInstallTables (
/******************************************************************************
*
- * FUNCTION: AeLocalGetRootPointer
+ * FUNCTION: AcpiOsGetRootPointer
*
* PARAMETERS: Flags - not used
* Address - Where the root pointer is returned
@@ -558,7 +554,7 @@ AeInstallTables (
*****************************************************************************/
ACPI_PHYSICAL_ADDRESS
-AeLocalGetRootPointer (
+AcpiOsGetRootPointer (
void)
{