From: Eunseok Choi Date: Tue, 9 May 2017 10:03:50 +0000 (+0900) Subject: [COMMON] thermal: fix build error X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1cfc06e4c6d101ca40236a535ea4e87952e56cfa;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [COMMON] thermal: fix build error Change-Id: I8e53bd09d42af5f300bffc5bc8c529a7165db3a7 Signed-off-by: Eunseok Choi --- 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; }