Fix few compilation problems on vendor branch.

These fixes will be submitted vendor.
This commit is contained in:
jkim 2005-11-01 22:18:47 +00:00
parent 5f6a2493dd
commit 7bc04cb5a9
3 changed files with 6 additions and 1 deletions

View File

@ -140,6 +140,8 @@ FILE *AcpiGbl_DebugFile = NULL;
/* Local prototypes */
#ifdef ACPI_APPLICATION
static ACPI_STATUS
AcpiDbCheckTextModeCorruption (
UINT8 *Table,
@ -150,6 +152,7 @@ static ACPI_STATUS
AeLocalLoadTable (
ACPI_TABLE_HEADER *TablePtr);
#endif
/*******************************************************************************
*

View File

@ -130,6 +130,8 @@
#include <contrib/dev/acpica/acparser.h>
#include <contrib/dev/acpica/acdebug.h>
#include <contrib/dev/acpica/compiler/aslcompiler.h>
#define _COMPONENT ACPI_OS_SERVICES
ACPI_MODULE_NAME ("osunixxf")

View File

@ -123,6 +123,7 @@
/* Local prototypes */
#ifdef ACPI_DBG_TRACK_ALLOCATIONS
static ACPI_DEBUG_MEM_BLOCK *
AcpiUtFindAllocation (
void *Allocation);
@ -143,7 +144,6 @@ AcpiUtRemoveAllocation (
char *Module,
UINT32 Line);
#ifdef ACPI_DBG_TRACK_ALLOCATIONS
static ACPI_STATUS
AcpiUtCreateList (
char *ListName,