projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5d1f6e
)
thermal/drivers/clock_cooling: Include export.h
author
Amit Kucheria
<amit.kucheria@linaro.org>
Mon, 11 May 2020 12:24:56 +0000
(17:54 +0530)
committer
Daniel Lezcano
<daniel.lezcano@linaro.org>
Fri, 22 May 2020 16:48:54 +0000
(18:48 +0200)
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
drivers/thermal/clock_cooling.c
patch
|
blob
|
history
diff --git
a/drivers/thermal/clock_cooling.c
b/drivers/thermal/clock_cooling.c
index
fd6bc6e
..
56cb1f4
100644
(file)
--- 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>