From: Amit Kucheria Date: Mon, 11 May 2020 12:24:53 +0000 (+0530) Subject: thermal/drivers/thermal_hwmon: Sort headers alphabetically X-Git-Tag: v5.8-rc1~23^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1330e04f423661ed05a4d2a5235505e0332b8026;p=thirdparty%2Fkernel%2Flinux.git thermal/drivers/thermal_hwmon: 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/29b64f1fe81e674c753c8f8309c310acd782ebea.1589199124.git.amit.kucheria@linaro.org --- diff --git a/drivers/thermal/thermal_hwmon.c b/drivers/thermal/thermal_hwmon.c index c8d2620f2e427..e43ae551592d1 100644 --- a/drivers/thermal/thermal_hwmon.c +++ b/drivers/thermal/thermal_hwmon.c @@ -10,10 +10,11 @@ * Copyright (C) 2013 Texas Instruments * Copyright (C) 2013 Eduardo Valentin */ +#include #include -#include #include -#include +#include + #include "thermal_hwmon.h" /* hwmon sys I/F */