aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Santcroos <marks@FreeBSD.org>2004-12-02 00:12:19 +0000
committerMark Santcroos <marks@FreeBSD.org>2004-12-02 00:12:19 +0000
commit697831d61116d66902437dcc3a5270afc616b99a (patch)
tree33ecb3f2e656bb134bc744bad0afd1678d1b681c
parentf42941d3ec97536ff9750874280c33ee5d4b118f (diff)
downloadsrc-697831d61116d66902437dcc3a5270afc616b99a.tar.gz
src-697831d61116d66902437dcc3a5270afc616b99a.zip
Oops, remove unnecessary cast in original, out-commented code.
This was a debug leftover. MFC after: 1 week
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=138298
-rw-r--r--sys/contrib/dev/acpica/osunixxf.c2
1 files changed, 1 insertions, 1 deletions
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