thermal/drivers/cpufreq_cooling: Replace module.h with export.h
authorAmit Kucheria <amit.kucheria@linaro.org>
Mon, 11 May 2020 12:24:58 +0000 (17:54 +0530)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 22 May 2020 16:48:54 +0000 (18:48 +0200)
commitc65f83c0667ae1b0013fa87918f009c4380443d5
tree7fddedab0a8ab808dcd703f2014c3c2b08e5fea2
parent5ccb451e47fa6da8ae6cd6710b91758280197073
thermal/drivers/cpufreq_cooling: Replace module.h with export.h

cpufreq_cooling cannot be modular, remove the unnecessary module.h
include and replace with export.h to handle 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/7a439e41e91d8bc5ff99207f99723fcf04ca36eb.1589199124.git.amit.kucheria@linaro.org
drivers/thermal/cpufreq_cooling.c