From: Hanjun Guo Date: Mon, 7 Sep 2020 12:57:33 +0000 (+0800) Subject: ACPI: APD: Clean up header file include statements X-Git-Tag: v5.10-rc1~149^2~4^5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32c6f3ffa0182d7f1a8f3e385de3fef74bc27b24;p=thirdparty%2Flinux.git ACPI: APD: Clean up header file include statements Make the included header files appear in the alphabetical order and remove the unnecessary header file inclusions. Signed-off-by: Hanjun Guo [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/acpi_apd.c b/drivers/acpi/acpi_apd.c index 44f49c6607320..39359ce0eb2c0 100644 --- a/drivers/acpi/acpi_apd.c +++ b/drivers/acpi/acpi_apd.c @@ -7,15 +7,13 @@ * Wu, Jeff */ -#include -#include -#include -#include -#include #include +#include +#include #include #include -#include +#include +#include #include "internal.h"