diff options
author | Amit Kucheria <amit.kucheria@linaro.org> | 2020-05-11 15:24:56 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2020-05-22 19:48:54 +0300 |
commit | 1628d4b8ca9a877577aaf4116c02f1f45ea18a89 (patch) | |
tree | f7ea9f8bfb6daa0f7624f26a42cba7db417fc924 /drivers/thermal | |
parent | d5d1f6e759dfc8218ae9500af222e280ead1aeec (diff) | |
download | linux-1628d4b8ca9a877577aaf4116c02f1f45ea18a89.tar.xz |
thermal/drivers/clock_cooling: Include export.h
It is preferrable to include export.h when you are using EXPORT_SYMBOL
family of macros.
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/25f16415ab7b7587a052f1bce4133da318d58192.1589199124.git.amit.kucheria@linaro.org
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/clock_cooling.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/clock_cooling.c b/drivers/thermal/clock_cooling.c index fd6bc6eefc88..56cb1f46a428 100644 --- a/drivers/thermal/clock_cooling.c +++ b/drivers/thermal/clock_cooling.c @@ -16,6 +16,7 @@ #include <linux/cpufreq.h> #include <linux/device.h> #include <linux/err.h> +#include <linux/export.h> #include <linux/idr.h> #include <linux/mutex.h> #include <linux/pm_opp.h> |