projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f0cfea
)
thermal/drivers/thermal_helpers: Sort headers alphabetically
author
Amit Kucheria
<amit.kucheria@linaro.org>
Mon, 11 May 2020 12:24:51 +0000
(17:54 +0530)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/drivers/thermal/thermal_helpers.c
b/drivers/thermal/thermal_helpers.c
index 59eaf2d0fdb32d477ca6a646c7f086aa23610d8f..3d737143ec1184ef8008c9fda5c5fde2ca9a06a6 100644
(file)
--- a/
drivers/thermal/thermal_helpers.c
+++ b/
drivers/thermal/thermal_helpers.c
@@
-12,11
+12,11
@@
#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>