diff options
author | Amit Kucheria <amit.kucheria@linaro.org> | 2020-05-11 15:25:00 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2020-05-22 19:48:54 +0300 |
commit | 6abea5d2af4cdd508b04d94ed9382c3710b99dfc (patch) | |
tree | dae1f11457c206f4d7f60259e1ab46bbc38ce528 /drivers | |
parent | 2b61314e76671e125b3d53a02eec3912204c5418 (diff) | |
download | linux-6abea5d2af4cdd508b04d94ed9382c3710b99dfc.tar.xz |
thermal/drivers/user_space: Sort headers alphabetically
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
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/thermal/user_space.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/user_space.c b/drivers/thermal/user_space.c index 293cffd9c8ad..82a7198bbe71 100644 --- a/drivers/thermal/user_space.c +++ b/drivers/thermal/user_space.c @@ -10,8 +10,8 @@ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -#include <linux/thermal.h> #include <linux/slab.h> +#include <linux/thermal.h> #include "thermal_core.h" |