From: Amit Kucheria Date: Mon, 11 May 2020 12:25:00 +0000 (+0530) Subject: thermal/drivers/user_space: Sort headers alphabetically X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6abea5d2af4cdd508b04d94ed9382c3710b99dfc;p=linux.git thermal/drivers/user_space: 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/406d0c7c961e997b42e25adf4e432fe4f57b315a.1589199124.git.amit.kucheria@linaro.org --- diff --git a/drivers/thermal/user_space.c b/drivers/thermal/user_space.c index 293cffd9c8adb..82a7198bbe71e 100644 --- a/drivers/thermal/user_space.c +++ b/drivers/thermal/user_space.c @@ -10,8 +10,8 @@ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -#include #include +#include #include "thermal_core.h"