From: Andy Shevchenko Date: Wed, 16 Jun 2021 17:03:38 +0000 (+0300) Subject: ACPI: sysfs: Sort headers alphabetically X-Git-Tag: v5.15~867^2~2^3~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44497fab681ba4ad439792eea6d118743f3e84d4;p=platform%2Fkernel%2Flinux-starfive.git ACPI: sysfs: Sort headers alphabetically For the sake of better maintenance, sort included headers alphabetically. Signed-off-by: Andy Shevchenko Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/sysfs.c b/drivers/acpi/sysfs.c index 769f0d9..f02fe25 100644 --- a/drivers/acpi/sysfs.c +++ b/drivers/acpi/sysfs.c @@ -5,11 +5,11 @@ #define pr_fmt(fmt) "ACPI: " fmt +#include #include #include #include #include -#include #include "internal.h"