diff options
author | Amit Kucheria <amit.kucheria@linaro.org> | 2020-05-11 17:54:55 +0530 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2020-05-22 18:48:53 +0200 |
commit | d5d1f6e759dfc8218ae9500af222e280ead1aeec (patch) | |
tree | 03274032a79b89d7b08bbdbba413e4014bb152fb /drivers | |
parent | e5ebf357bbfc73d4bfca14195e104e0726c5a729 (diff) | |
download | linux-stable-d5d1f6e759dfc8218ae9500af222e280ead1aeec.tar.gz linux-stable-d5d1f6e759dfc8218ae9500af222e280ead1aeec.tar.bz2 linux-stable-d5d1f6e759dfc8218ae9500af222e280ead1aeec.zip |
thermal/drivers/clock_cooling: 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/f8e1258fd8b882bab018de63c7e713b4334fec30.1589199124.git.amit.kucheria@linaro.org
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/thermal/clock_cooling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/clock_cooling.c b/drivers/thermal/clock_cooling.c index 7cb3ae4b44ee..fd6bc6eefc88 100644 --- a/drivers/thermal/clock_cooling.c +++ b/drivers/thermal/clock_cooling.c @@ -12,6 +12,7 @@ * Copyright (C) 2012 Amit Daniel <amit.kachhap@linaro.org> */ #include <linux/clk.h> +#include <linux/clock_cooling.h> #include <linux/cpufreq.h> #include <linux/device.h> #include <linux/err.h> @@ -20,7 +21,6 @@ #include <linux/pm_opp.h> #include <linux/slab.h> #include <linux/thermal.h> -#include <linux/clock_cooling.h> /** * struct clock_cooling_device - data for cooling device with clock |