From: Andy Shevchenko Date: Mon, 25 Mar 2024 12:32:58 +0000 (+0200) Subject: ACPI: bus: Don't use "proxy" headers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=336153053293a090400cfdd4ae724b6b8a4beb98;p=linux.git ACPI: bus: Don't use "proxy" headers Update header inclusions to follow the IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index e4d8d48bba1fa..a6ced88a08f35 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h @@ -9,8 +9,13 @@ #ifndef __ACPI_BUS_H__ #define __ACPI_BUS_H__ +#include +#include #include +#include +#include #include +#include struct acpi_handle_list { u32 count;