[COMMON] cpu_cooling: Fix build error when CPU_THERMAL was disabled.
authorlakkyung.jung <lakkyung.jung@samsung.com>
Tue, 15 May 2018 06:44:46 +0000 (15:44 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:37:36 +0000 (17:37 +0900)
Change-Id: I95a852a39f9d8bf824f6e5a5bb7bdb12edc2a83d

include/linux/cpu_cooling.h

index 8efbdb7716c16fe6ab71d7dc40d0cd72d9b00c63..c082834f0d084777f2b18c7bc760e49efc3c051c 100644 (file)
@@ -166,7 +166,7 @@ of_cpufreq_power_cooling_register(struct device_node *np,
 }
 
 static inline struct thermal_cooling_device *
-exynos_cpufreq_cooling_register(struct device_node *np, const struct cpumask *clip_cpus)
+exynos_cpufreq_cooling_register(struct device_node *np, struct cpufreq_policy *policy)
 {
        return NULL;
 }