From 1cfc06e4c6d101ca40236a535ea4e87952e56cfa Mon Sep 17 00:00:00 2001 From: Eunseok Choi Date: Tue, 9 May 2017 19:03:50 +0900 Subject: [PATCH] [COMMON] thermal: fix build error Change-Id: I8e53bd09d42af5f300bffc5bc8c529a7165db3a7 Signed-off-by: Eunseok Choi --- include/linux/cpu_cooling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/cpu_cooling.h b/include/linux/cpu_cooling.h index 037e212da5f2..23a94959c10d 100644 --- a/include/linux/cpu_cooling.h +++ b/include/linux/cpu_cooling.h @@ -166,7 +166,7 @@ of_cpufreq_power_cooling_register(struct device_node *np, } static inline struct thermal_cooling_device * -exynos_cpufreq_cooling_register(const struct cpumask *clip_cpus); +exynos_cpufreq_cooling_register(const struct cpumask *clip_cpus) { return NULL; } -- 2.20.1