Fix few compilation problems on vendor branch.
These fixes will be submitted vendor.
This commit is contained in:
parent
5f6a2493dd
commit
7bc04cb5a9
@ -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
|
||||
|
||||
/*******************************************************************************
|
||||
*
|
||||
|
@ -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")
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user