Skip to content

Commit

Permalink
ACPI: sysfs: Sort headers alphabetically
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
andy-shev authored and rafaeljw committed Jun 17, 2021
1 parent 0023b28 commit 44497fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

#define pr_fmt(fmt) "ACPI: " fmt

#include <linux/acpi.h>
#include <linux/bitmap.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/moduleparam.h>
#include <linux/acpi.h>

#include "internal.h"

Expand Down

0 comments on commit 44497fa

Please sign in to comment.