From: Bob Moore Date: Mon, 31 Dec 2012 00:06:44 +0000 (+0000) Subject: ACPICA: iASL: Finish support for the TPM2 table. X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=7e2e11abbe54b44c51eeb4f22c19ba7043c3cb88;p=linux-edison.git ACPICA: iASL: Finish support for the TPM2 table. Add disassembler, table compiler, and template support. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/actbl3.h b/include/acpi/actbl3.h index a067d7d0df7..c4aae227d25 100644 --- a/include/acpi/actbl3.h +++ b/include/acpi/actbl3.h @@ -75,7 +75,6 @@ /* Reserved table signatures */ -#define ACPI_SIG_CSRT "CSRT" /* Core System Resources Table */ #define ACPI_SIG_MATR "MATR" /* Memory Address Translation Table */ #define ACPI_SIG_MSDM "MSDM" /* Microsoft Data Management Table */ #define ACPI_SIG_WPBT "WPBT" /* Windows Platform Binary Table */