]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
thermal/drivers/thermal_helpers: Sort headers alphabetically
authorAmit Kucheria <amit.kucheria@linaro.org>
Mon, 11 May 2020 12:24:51 +0000 (17:54 +0530)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 22 May 2020 16:48:53 +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/133db154796f354e6c51e6310095f679e1f45441.1589199124.git.amit.kucheria@linaro.org
drivers/thermal/thermal_helpers.c

index 59eaf2d0fdb32d477ca6a646c7f086aa23610d8f..3d737143ec1184ef8008c9fda5c5fde2ca9a06a6 100644 (file)
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
-#include <linux/sysfs.h>
 #include <linux/device.h>
 #include <linux/err.h>
 #include <linux/slab.h>
 #include <linux/string.h>
+#include <linux/sysfs.h>
 
 #include <trace/events/thermal.h>