aboutsummaryrefslogtreecommitdiff
path: root/source/components/namespace/nsdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/namespace/nsdump.c')
-rw-r--r--source/components/namespace/nsdump.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/source/components/namespace/nsdump.c b/source/components/namespace/nsdump.c
index 72ef07eca36f..776653fc43ec 100644
--- a/source/components/namespace/nsdump.c
+++ b/source/components/namespace/nsdump.c
@@ -99,7 +99,7 @@ AcpiNsGetMaxDepth (
void
AcpiNsPrintPathname (
UINT32 NumSegments,
- char *Pathname)
+ const char *Pathname)
{
UINT32 i;
@@ -139,6 +139,9 @@ AcpiNsPrintPathname (
}
+#ifdef ACPI_OBSOLETE_FUNCTIONS
+/* Not used at this time, perhaps later */
+
/*******************************************************************************
*
* FUNCTION: AcpiNsDumpPathname
@@ -158,7 +161,7 @@ AcpiNsPrintPathname (
void
AcpiNsDumpPathname (
ACPI_HANDLE Handle,
- char *Msg,
+ const char *Msg,
UINT32 Level,
UINT32 Component)
{
@@ -179,7 +182,7 @@ AcpiNsDumpPathname (
AcpiOsPrintf ("\n");
return_VOID;
}
-
+#endif
/*******************************************************************************
*