diff --git a/sys/contrib/dev/acpica/osunixxf.c b/sys/contrib/dev/acpica/osunixxf.c index 5c2b89ad21e1..d83ed4a3d12d 100644 --- a/sys/contrib/dev/acpica/osunixxf.c +++ b/sys/contrib/dev/acpica/osunixxf.c @@ -189,7 +189,7 @@ AcpiOsGetRootPointer ( /* The supporting code for this is not yet available. * Return to the old situation for now. */ - return (AeLocalGetRootPointer(Flags, (ACPI_PHYSICAL_ADDRESS *)Address)); + return (AeLocalGetRootPointer(Flags, Address)); #else return (AE_OK); #endif