projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96d6cc9
)
[COMMON] cpu_cooling: Fix build error when CPU_THERMAL was disabled.
author
lakkyung.jung
<lakkyung.jung@samsung.com>
Tue, 15 May 2018 06:44:46 +0000
(15:44 +0900)
committer
Chungwoo Park
<cww.park@samsung.com>
Mon, 21 May 2018 08:37:36 +0000
(17:37 +0900)
Change-Id: I95a852a39f9d8bf824f6e5a5bb7bdb12edc2a83d
include/linux/cpu_cooling.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/cpu_cooling.h
b/include/linux/cpu_cooling.h
index 8efbdb7716c16fe6ab71d7dc40d0cd72d9b00c63..c082834f0d084777f2b18c7bc760e49efc3c051c 100644
(file)
--- 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(struct device_node *np,
const struct cpumask *clip_cpus
)
+exynos_cpufreq_cooling_register(struct device_node *np,
struct cpufreq_policy *policy
)
{
return NULL;
}