summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2023-03-22 12:55:37 -0700
committerGitHub <noreply@github.com>2023-03-22 12:55:37 -0700
commit51aff5169e12cfef9dc8f59f5bc827c21e0e6d3a (patch)
tree3b355e06935901f465676b167da811c0d0c832ea
parent0d7493a0b03833c78ed7b02315bf628a5236d2d3 (diff)
parentf0c4a06f1dfc4886d4e0c2aa30bc57b10c5a8c53 (diff)
downloadacpica-51aff5169e12cfef9dc8f59f5bc827c21e0e6d3a.tar.gz
Merge pull request #794 from jrtc27/aest-pointer
Headers: Delete bogus NodeArray array of pointers from AEST table
-rw-r--r--source/include/actbl2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/include/actbl2.h b/source/include/actbl2.h
index 6dc2efd0c..b0a70be70 100644
--- a/source/include/actbl2.h
+++ b/source/include/actbl2.h
@@ -230,7 +230,6 @@
typedef struct acpi_table_aest
{
ACPI_TABLE_HEADER Header;
- void *NodeArray[];
} ACPI_TABLE_AEST;