Skip to content

Commit

Permalink
platform/x86: intel-rst: Sort headers alphabetically
Browse files Browse the repository at this point in the history
Sort headers alphabetically for better maintenance.

No functional change.

While here, remove unneeded linux/init.h inclusion.

Signed-off-by: Andy Shevchenko <[email protected]>
  • Loading branch information
andy-shev committed Sep 27, 2018
1 parent bc15757 commit 5f4ad6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/platform/x86/intel-rst.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
*/


#include <linux/init.h>
#include <linux/acpi.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/acpi.h>

MODULE_LICENSE("GPL");

Expand Down

0 comments on commit 5f4ad6a

Please sign in to comment.