summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/AcpiTables/Ssdt.asl
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2021-05-26 22:14:21 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-06-04 16:01:50 +0000
commitd491c88a0c8bec7a0c8b51e0c7d1f8dc102cfa40 (patch)
tree380d34b94c33266dab30b71e82b59cba03016d2a /OvmfPkg/AcpiTables/Ssdt.asl
parent4174c5c7874ec21c2e693565d3685cf9f5c2e2e8 (diff)
downloadedk2-d491c88a0c8bec7a0c8b51e0c7d1f8dc102cfa40.tar.gz
edk2-d491c88a0c8bec7a0c8b51e0c7d1f8dc102cfa40.tar.bz2
edk2-d491c88a0c8bec7a0c8b51e0c7d1f8dc102cfa40.zip
OvmfPkg/AcpiTables: remove unused module
The "OvmfPkg/AcpiTables/AcpiTables.inf" module is no longer used by any module in edk2; remove it. Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2122 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Message-Id: <20210526201446.12554-19-lersek@redhat.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'OvmfPkg/AcpiTables/Ssdt.asl')
-rw-r--r--OvmfPkg/AcpiTables/Ssdt.asl13
1 files changed, 0 insertions, 13 deletions
diff --git a/OvmfPkg/AcpiTables/Ssdt.asl b/OvmfPkg/AcpiTables/Ssdt.asl
deleted file mode 100644
index 6926e56daf..0000000000
--- a/OvmfPkg/AcpiTables/Ssdt.asl
+++ /dev/null
@@ -1,13 +0,0 @@
-/** @file
- Placeholder for runtime-generated objects.
-
- This empty table provides only a header for dynamic copying and extension,
- and a trigger for QemuInstallAcpiSsdtTable().
-
- Copyright (C) 2012 Red Hat, Inc.
-
- SPDX-License-Identifier: BSD-2-Clause-Patent
-**/
-
-DefinitionBlock ("Ssdt.aml", "SSDT", 1, "REDHAT", "OVMF ", 1) {
-}