From: Andy Shevchenko Date: Wed, 26 Sep 2018 15:27:14 +0000 (+0300) Subject: platform/x86: intel_mid_thermal: Sort headers alphabetically X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e6e69a31dc7412ac9fb40881ae9788ad82ac6c98;p=linux.git platform/x86: intel_mid_thermal: 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_mid_thermal.c b/drivers/platform/x86/intel_mid_thermal.c index 008a76903cbfb..3fa8207dd34e1 100644 --- a/drivers/platform/x86/intel_mid_thermal.c +++ b/drivers/platform/x86/intel_mid_thermal.c @@ -24,16 +24,15 @@ #define pr_fmt(fmt) "intel_mid_thermal: " fmt -#include -#include +#include #include +#include +#include #include -#include #include -#include #include +#include #include -#include /* Number of thermal sensors */ #define MSIC_THERMAL_SENSORS 4