From: Amit Kucheria Date: Mon, 11 May 2020 12:24:57 +0000 (+0530) Subject: thermal/drivers/cpufreq_cooling: Sort headers alphabetically X-Git-Tag: v5.8-rc1~23^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ccb451e47fa6da8ae6cd6710b91758280197073;p=thirdparty%2Fkernel%2Flinux.git thermal/drivers/cpufreq_cooling: Sort headers alphabetically Sort headers to make it easier to read and find duplicate headers. Signed-off-by: Amit Kucheria Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/4231f5dfe758b9bf716981be71cadf9642c83528.1589199124.git.amit.kucheria@linaro.org --- diff --git a/drivers/thermal/cpufreq_cooling.c b/drivers/thermal/cpufreq_cooling.c index e297e135c031a..1b5a63b4763d0 100644 --- a/drivers/thermal/cpufreq_cooling.c +++ b/drivers/thermal/cpufreq_cooling.c @@ -11,16 +11,16 @@ * */ #include -#include +#include #include +#include +#include #include #include #include #include #include -#include -#include -#include +#include #include