diff options
Diffstat (limited to 'source/compiler/aslstubs.c')
-rw-r--r-- | source/compiler/aslstubs.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/source/compiler/aslstubs.c b/source/compiler/aslstubs.c index 589edb21c1a3..6bbb89ac34f8 100644 --- a/source/compiler/aslstubs.c +++ b/source/compiler/aslstubs.c @@ -57,13 +57,6 @@ * Things like Events, Global Lock, etc. are not used * by the compiler, so they are stubbed out here. */ -ACPI_PHYSICAL_ADDRESS -AeLocalGetRootPointer ( - void) -{ - return (0); -} - void AcpiNsExecModuleCodeList ( void) @@ -232,21 +225,3 @@ AcpiTbFindTable ( { return (AE_SUPPORT); } - -/* OSL interfaces */ - -ACPI_THREAD_ID -AcpiOsGetThreadId ( - void) -{ - return (1); -} - -ACPI_STATUS -AcpiOsExecute ( - ACPI_EXECUTE_TYPE Type, - ACPI_OSD_EXEC_CALLBACK Function, - void *Context) -{ - return (AE_SUPPORT); -} |