diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2021-01-06 03:13:30 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2021-01-06 03:13:30 +0000 |
| commit | a61ec1492c58c40bd0d968794c380668c157e2ef (patch) | |
| tree | 2081e1fb93d884b7d04a603333bbc7332a56cf0a /source/compiler/dttable2.c | |
| parent | a4634ed7779f0905e3bfeb781e58d40a5bdf9bb7 (diff) | |
Diffstat (limited to 'source/compiler/dttable2.c')
| -rw-r--r-- | source/compiler/dttable2.c | 52 |
1 files changed, 1 insertions, 51 deletions
diff --git a/source/compiler/dttable2.c b/source/compiler/dttable2.c index 48b05edd74be..732635bf4751 100644 --- a/source/compiler/dttable2.c +++ b/source/compiler/dttable2.c @@ -8,7 +8,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp. * All rights reserved. * * 2. License @@ -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 |
