summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/components/namespace/nsxfname.c2
-rw-r--r--source/include/acpixf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/components/namespace/nsxfname.c b/source/components/namespace/nsxfname.c
index 7d52330f6..48946bbbb 100644
--- a/source/components/namespace/nsxfname.c
+++ b/source/components/namespace/nsxfname.c
@@ -192,7 +192,7 @@ AcpiNsCopyDeviceId (
ACPI_STATUS
AcpiGetHandle (
ACPI_HANDLE Parent,
- ACPI_STRING Pathname,
+ const char *Pathname,
ACPI_HANDLE *RetHandle)
{
ACPI_STATUS Status;
diff --git a/source/include/acpixf.h b/source/include/acpixf.h
index f62c16cbd..49c0697f7 100644
--- a/source/include/acpixf.h
+++ b/source/include/acpixf.h
@@ -770,7 +770,7 @@ ACPI_EXTERNAL_RETURN_STATUS (
ACPI_STATUS
AcpiGetHandle (
ACPI_HANDLE Parent,
- ACPI_STRING Pathname,
+ const char *Pathname,
ACPI_HANDLE *RetHandle))
ACPI_EXTERNAL_RETURN_STATUS (