From 697831d61116d66902437dcc3a5270afc616b99a Mon Sep 17 00:00:00 2001 From: Mark Santcroos Date: Thu, 2 Dec 2004 00:12:19 +0000 Subject: Oops, remove unnecessary cast in original, out-commented code. This was a debug leftover. MFC after: 1 week --- sys/contrib/dev/acpica/osunixxf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/contrib') 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 -- cgit v1.3