aboutsummaryrefslogtreecommitdiff
path: root/source/common/dmrestag.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/common/dmrestag.c')
-rw-r--r--source/common/dmrestag.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/common/dmrestag.c b/source/common/dmrestag.c
index a13363bc6444..290bae14e77d 100644
--- a/source/common/dmrestag.c
+++ b/source/common/dmrestag.c
@@ -89,7 +89,7 @@ AcpiDmAddResourceToNamespace (
UINT32 Length,
UINT32 Offset,
UINT8 ResourceIndex,
- void *Context);
+ void **Context);
static void
AcpiDmAddResourcesToNamespace (
@@ -993,7 +993,7 @@ AcpiDmAddResourcesToNamespace (
*/
AcpiUtWalkAmlResources (NULL, (UINT8 *) NextOp->Named.Data,
(ACPI_SIZE) NextOp->Common.Value.Integer,
- AcpiDmAddResourceToNamespace, BufferNode);
+ AcpiDmAddResourceToNamespace, (void **) BufferNode);
}
@@ -1019,7 +1019,7 @@ AcpiDmAddResourceToNamespace (
UINT32 Length,
UINT32 Offset,
UINT8 ResourceIndex,
- void *Context)
+ void **Context)
{
ACPI_STATUS Status;
ACPI_GENERIC_STATE ScopeInfo;