Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPICA: iASL: NHLT: Rename linux specific strucures to device_info

ACPICA commit 68c7e542075319d57129467872fcbe98906f2b2c

Those structures aren't used by Linux drivers, and in other NHLT related
tools they are called device_info.

Link: https://github.com/acpica/acpica/commit/68c7e542
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Piotr Maziarz and committed by
Rafael J. Wysocki
8bd24835 ab1ba87b

+3 -3
+3 -3
include/acpi/actbl2.h
··· 1673 1673 u16 feedback_valid_bits_per_sample; 1674 1674 }; 1675 1675 1676 - /* Linux-specific structures */ 1676 + /* Non documented structures */ 1677 1677 1678 - struct acpi_nhlt_linux_specific_count { 1678 + struct acpi_nhlt_device_info_count { 1679 1679 u8 structure_count; 1680 1680 }; 1681 1681 1682 - struct acpi_nhlt_linux_specific_data { 1682 + struct acpi_nhlt_device_info { 1683 1683 u8 device_id[16]; 1684 1684 u8 device_instance_id; 1685 1685 u8 device_port_id;