summaryrefslogtreecommitdiff
path: root/source/compiler/dttable2.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/dttable2.c')
-rw-r--r--source/compiler/dttable2.c50
1 files changed, 0 insertions, 50 deletions
diff --git a/source/compiler/dttable2.c b/source/compiler/dttable2.c
index 48b05edd7..dd7c2a332 100644
--- a/source/compiler/dttable2.c
+++ b/source/compiler/dttable2.c
@@ -576,31 +576,6 @@ DtCompileMsct (
/******************************************************************************
*
- * FUNCTION: DtCompileMtmr
- *
- * PARAMETERS: List - Current field list pointer
- *
- * RETURN: Status
- *
- * DESCRIPTION: Compile MTMR.
- *
- *****************************************************************************/
-
-ACPI_STATUS
-DtCompileMtmr (
- void **List)
-{
- ACPI_STATUS Status;
-
-
- Status = DtCompileTwoSubtables (List,
- AcpiDmTableInfoMtmr, AcpiDmTableInfoMtmr0);
- return (Status);
-}
-
-
-/******************************************************************************
- *
* FUNCTION: DtCompileNfit
*
* PARAMETERS: List - Current field list pointer
@@ -2164,31 +2139,6 @@ DtCompileUefi (
/******************************************************************************
*
- * FUNCTION: DtCompileVrtc
- *
- * PARAMETERS: List - Current field list pointer
- *
- * RETURN: Status
- *
- * DESCRIPTION: Compile VRTC.
- *
- *****************************************************************************/
-
-ACPI_STATUS
-DtCompileVrtc (
- void **List)
-{
- ACPI_STATUS Status;
-
-
- Status = DtCompileTwoSubtables (List,
- AcpiDmTableInfoVrtc, AcpiDmTableInfoVrtc0);
- return (Status);
-}
-
-
-/******************************************************************************
- *
* FUNCTION: DtCompileWdat
*
* PARAMETERS: List - Current field list pointer