From: Piotr Maziarz Date: Mon, 11 Apr 2022 18:49:08 +0000 (+0200) Subject: ACPICA: iASL: NHLT: Fix parsing undocumented bytes at the end of Endpoint Descriptor X-Git-Tag: v5.19-rc1~183^2~2^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab1ba87bd71a507286781b8a7f5c64e1eb7a2d34;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h index a57853f2bb0bf..757db244e220f 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)