I noticed some remnants from when thermal core could be modular. While cleaning that up, I fixed up the includes to be sorted alphabetically and included export.h in files that were using EXPORT_SYMBOL* or THIS_MODULE while at the same time removing inclusion of module.h from core files. Finally, the names of the source files for the governors and core have some inconsistencies and the last couple of patches rename them. Build and boot tested on some ARM boards. Amit Kucheria (14): thermal/core: Get rid of MODULE_* tags thermal/core: Replace module.h with export.h thermal/drivers/thermal_helpers: Sort headers alphabetically thermal/drivers/thermal_helpers: Include export.h thermal/drivers/thermal_hwmon: Sort headers alphabetically thermal/drivers/thermal_hwmon: Include export.h thermal/drivers/clock_cooling: Sort headers alphabetically thermal/drivers/clock_cooling: Include export.h thermal/drivers/cpufreq_cooling: Sort headers alphabetically thermal/drivers/cpufreq_cooling: Replace module.h with export.h thermal/drivers/of-thermal: Sort headers alphabetically thermal/drivers/user_space: Sort headers alphabetically thermal/governors: Prefix all source files with gov_ thermal/of: Rename of-thermal.c drivers/thermal/Makefile | 10 +++++----- drivers/thermal/clock_cooling.c | 3 ++- drivers/thermal/cpufreq_cooling.c | 10 +++++----- drivers/thermal/{fair_share.c => gov_fair_share.c} | 0 .../{power_allocator.c => gov_power_allocator.c} | 0 drivers/thermal/{step_wise.c => gov_step_wise.c} | 0 drivers/thermal/{user_space.c => gov_user_space.c} | 2 +- drivers/thermal/thermal_core.c | 6 +----- drivers/thermal/thermal_helpers.c | 3 ++- drivers/thermal/thermal_hwmon.c | 6 ++++-- drivers/thermal/{of-thermal.c => thermal_of.c} | 10 +++++----- 11 files changed, 25 insertions(+), 25 deletions(-) rename drivers/thermal/{fair_share.c => gov_fair_share.c} (100%) rename drivers/thermal/{power_allocator.c => gov_power_allocator.c} (100%) rename drivers/thermal/{step_wise.c => gov_step_wise.c} (100%) rename drivers/thermal/{user_space.c => gov_user_space.c} (100%) rename drivers/thermal/{of-thermal.c => thermal_of.c} (100%) -- 2.20.1