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 <andriy.shevchenko@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 0023b28 commit 44497fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)