Skip to content

Commit 9003755

Browse files
Piotr Maziarzrafaeljw
authored andcommitted
ACPICA: iASL: NHLT: Treat Terminator as specific_config
ACPICA commit 23a659e190cf3ed0edd46cddf12bbbcfeaa09396 specific_config has 4 bytes of size and then an amount of bytes specified by size. All of the terminators that I've seen had a size equal to 4, but theoretically it can vary. Link: acpica/acpica@23a659e1 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent a95d2fb commit 9003755

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

include/acpi/actbl2.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,11 +1689,6 @@ struct acpi_nhlt_linux_specific_data_b {
16891689
u8 specific_data[18];
16901690
};
16911691

1692-
struct acpi_nhlt_table_terminator {
1693-
u32 terminator_value;
1694-
u32 terminator_signature;
1695-
};
1696-
16971692
/*******************************************************************************
16981693
*
16991694
* PCCT - Platform Communications Channel Table (ACPI 5.0)

0 commit comments

Comments
 (0)