diff options
| author | Mark Santcroos <marks@FreeBSD.org> | 2004-12-02 00:12:19 +0000 |
|---|---|---|
| committer | Mark Santcroos <marks@FreeBSD.org> | 2004-12-02 00:12:19 +0000 |
| commit | cdb35b24fe1cbebb199b434392ebffecf81bb445 (patch) | |
| tree | 1a343f1e41c1f54143f90709ea3f29dae6f67b36 /sys/contrib/dev/acpica | |
| parent | cc50c2376d589a0737089c004d79a9f26210a080 (diff) | |
| parent | 697831d61116d66902437dcc3a5270afc616b99a (diff) | |
Notes
Diffstat (limited to 'sys/contrib/dev/acpica')
| -rw-r--r-- | sys/contrib/dev/acpica/osunixxf.c | 2 |
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 |
