Skip to content

Commit 44497fa

Browse files
andy-shevrafaeljw
authored andcommitted
ACPI: sysfs: Sort headers alphabetically
For the sake of better maintenance, sort included headers alphabetically. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 0023b28 commit 44497fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/sysfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
#define pr_fmt(fmt) "ACPI: " fmt
77

8+
#include <linux/acpi.h>
89
#include <linux/bitmap.h>
910
#include <linux/init.h>
1011
#include <linux/kernel.h>
1112
#include <linux/moduleparam.h>
12-
#include <linux/acpi.h>
1313

1414
#include "internal.h"
1515

0 commit comments

Comments
 (0)