From: Andy Shevchenko Date: Wed, 26 Sep 2018 15:27:14 +0000 (+0300) Subject: platform/x86: intel-rst: Sort headers alphabetically X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=5f4ad6afe96b69886b57ca3cbc6b5e88b7911367;p=openwrt%2Fstaging%2Fblogic.git platform/x86: intel-rst: Sort headers alphabetically Sort headers alphabetically for better maintenance. No functional change. While here, remove unneeded linux/init.h inclusion. Signed-off-by: Andy Shevchenko --- diff --git a/drivers/platform/x86/intel-rst.c b/drivers/platform/x86/intel-rst.c index 7344d841f4d9..56abf5cbb824 100644 --- a/drivers/platform/x86/intel-rst.c +++ b/drivers/platform/x86/intel-rst.c @@ -17,10 +17,9 @@ */ -#include +#include #include #include -#include MODULE_LICENSE("GPL");