summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2022-10-20 07:14:01 -0700
committerRobert Moore <Robert.Moore@intel.com>2022-10-20 07:14:01 -0700
commit25564cd7108df5f5303fdfc6d4d2528ec4c84b53 (patch)
treedbe4af6a6f8ec6e58837b1563896ceabdb713c95
parent09c35f171fc937ded9e08cb36a1f79eaa973fdd2 (diff)
downloadacpica-25564cd7108df5f5303fdfc6d4d2528ec4c84b53.tar.gz
Remove duplicate of ACPI_CDAT_OFFSET
From actbinfo.h
-rw-r--r--source/include/actbinfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/include/actbinfo.h b/source/include/actbinfo.h
index 53a73cb20..7ce3c21e5 100644
--- a/source/include/actbinfo.h
+++ b/source/include/actbinfo.h
@@ -153,7 +153,6 @@
* Macros used to generate offsets to specific table fields
*/
#define ACPI_AGDI_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_AGDI,f)
-//define ACPI_CDAT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_CDAT,f)
#define ACPI_FACS_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_FACS,f)
#define ACPI_GAS_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_GENERIC_ADDRESS,f)
#define ACPI_HDR_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_HEADER,f)