projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a74c88
)
thermal/drivers/thermal_hwmon: Sort headers alphabetically
author
Amit Kucheria
<amit.kucheria@linaro.org>
Mon, 11 May 2020 12:24:53 +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/29b64f1fe81e674c753c8f8309c310acd782ebea.1589199124.git.amit.kucheria@linaro.org
drivers/thermal/thermal_hwmon.c
patch
|
blob
|
history
diff --git
a/drivers/thermal/thermal_hwmon.c
b/drivers/thermal/thermal_hwmon.c
index c8d2620f2e42712dbeb4390828d4f26f419bc694..e43ae551592d17aa62191dfd3bc6f416602e2f18 100644
(file)
--- 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 <eduardo.valentin@ti.com>
*/
+#include <linux/err.h>
#include <linux/hwmon.h>
-#include <linux/thermal.h>
#include <linux/slab.h>
-#include <linux/err.h>
+#include <linux/thermal.h>
+
#include "thermal_hwmon.h"
/* hwmon sys I/F */