aboutsummaryrefslogtreecommitdiff
path: root/compiler/aslutils.c
diff options
context:
space:
mode:
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,