diff options
author | Piotr Maziarz <piotrx.maziarz@linux.intel.com> | 2022-04-11 21:49:08 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-04-13 21:24:57 +0300 |
commit | ab1ba87bd71a507286781b8a7f5c64e1eb7a2d34 (patch) | |
tree | 882afd9f6fe2c6212f86958662d9693c70c7cba3 /include/acpi/actbl2.h | |
parent | 90037551c68d08facd6fb56a971352a9cd189c44 (diff) | |
download | linux-ab1ba87bd71a507286781b8a7f5c64e1eb7a2d34.tar.xz |
ACPICA: iASL: NHLT: Fix parsing undocumented bytes at the end of Endpoint Descriptor
ACPICA commit 961221a76814ffa0ecc92219ddf857579b0f7d54
Undocumented bytes at the end of Endpoint Descriptor can be present
independently of Linux-specific structures. Their size can also vary.
Link: https://github.com/acpica/acpica/commit/961221a7
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/actbl2.h')
-rw-r--r-- | include/acpi/actbl2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h index a57853f2bb0b..757db244e220 100644 --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h @@ -1685,10 +1685,6 @@ struct acpi_nhlt_linux_specific_data { u8 device_port_id; }; -struct acpi_nhlt_linux_specific_data_b { - u8 specific_data[18]; -}; - /******************************************************************************* * * PCCT - Platform Communications Channel Table (ACPI 5.0) |