summaryrefslogtreecommitdiff
path: root/compiler/aslutils.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2011-04-13 18:18:52 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2011-04-13 18:18:52 +0000
commit997de4e17cf02a81027df8d01a4fcefe25da3796 (patch)
treef5abd67cc9e3ada1ae289fe7cf2e23d9abf07fcc /compiler/aslutils.c
parent4d8fe534b7309d798d941e14e51985eed6b511bc (diff)
Notes
Diffstat (limited to 'compiler/aslutils.c')
-rw-r--r--compiler/aslutils.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/compiler/aslutils.c b/compiler/aslutils.c
index 10802bd004d8..d6428197b893 100644
--- a/compiler/aslutils.c
+++ b/compiler/aslutils.c
@@ -68,12 +68,6 @@ char AslHexLookup[] =
/* Local prototypes */
-static ACPI_STATUS
-UtStrtoul64 (
- char *String,
- UINT32 Base,
- UINT64 *RetInteger);
-
static void
UtPadNameWithUnderscores (
char *NameSeg,
@@ -884,7 +878,7 @@ UtDoConstant (
*
******************************************************************************/
-static ACPI_STATUS
+ACPI_STATUS
UtStrtoul64 (
char *String,
UINT32 Base,