From 997de4e17cf02a81027df8d01a4fcefe25da3796 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 13 Apr 2011 18:18:52 +0000 Subject: Import ACPICA 20110413. --- compiler/aslutils.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'compiler/aslutils.c') diff --git a/compiler/aslutils.c b/compiler/aslutils.c index 10802bd004d87..d6428197b893d 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, -- cgit v1.2.3