thermal/drivers/user_space: Sort headers alphabetically
authorAmit Kucheria <amit.kucheria@linaro.org>
Mon, 11 May 2020 12:25:00 +0000 (17:55 +0530)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 22 May 2020 16:48:54 +0000 (18:48 +0200)
Sort headers to make it easier to read and find duplicate headers.

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/406d0c7c961e997b42e25adf4e432fe4f57b315a.1589199124.git.amit.kucheria@linaro.org
drivers/thermal/user_space.c

index 293cffd9c8adb6d7592044473c46ee70af3f2a6c..82a7198bbe71eef3d11602cc90091ea27366dae4 100644 (file)
@@ -10,8 +10,8 @@
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
 
-#include <linux/thermal.h>
 #include <linux/slab.h>
+#include <linux/thermal.h>
 
 #include "thermal_core.h"