freebsd-src/sys/arm64/acpica
Jung-uk Kim 81bee6d793 acpica: Fix build with ACPICA 20230331 and later
ACPICA is using flexible arrays since 20230331 and it broke aarch64
build.

--- acpi_iort.o ---
/usr/src/sys/arm64/acpica/acpi_iort.c:103:4: error: field 'data' with
variable sized type 'union (unnamed union at
/usr/src/sys/arm64/acpica/acpi_iort.c:98:2)' not at the end of a struct
or class is a GNU extension [-Werror,-Wgnu-variable-sized-type-not-at-end]
  103 |         } data;
      |           ^

Reported by:	bapt
Tested by:	bapt
2024-01-31 13:41:29 -05:00
..
acpi_iort.c acpica: Fix build with ACPICA 20230331 and later 2024-01-31 13:41:29 -05:00
acpi_machdep.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
acpi_wakeup.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
OsdEnvironment.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
pci_cfgreg.c pci_cfgreg: Add a PCI domain argument to the low-level register API 2023-11-29 10:31:47 -08:00