mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
This puts a ifdef guard around the inclusion of ACPICA header file. The ACPICA module is not active unless CONFIG_ACPI is also enabled so we should not be using that header without CONFIG_ACPI also being enabled. This was discovered by Coverity. Fixes #60484 Signed-off-by: Daniel Leung <daniel.leung@intel.com>