From: Eunseok Choi Date: Mon, 5 Feb 2018 14:52:35 +0000 (+0900) Subject: [COMMON] thermal: fix build error X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=027df75e287d220be835b3ca0d2e94061106a5a9;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [COMMON] thermal: fix build error rename gpufreq_dev as gpufreq_cdev Change-Id: Ie26d7122fdbbe9834eb05c1d40bec1c9381f9b61 Signed-off-by: Eunseok Choi --- diff --git a/drivers/thermal/gpu_cooling.c b/drivers/thermal/gpu_cooling.c index 514a2a2fcfd2..37b605d6d32f 100644 --- a/drivers/thermal/gpu_cooling.c +++ b/drivers/thermal/gpu_cooling.c @@ -870,7 +870,7 @@ __gpufreq_cooling_register(struct device_node *np, if (ret) return ERR_PTR(ret); - ret = build_static_power_table(gpufreq_dev); + ret = build_static_power_table(gpufreq_cdev); if (ret) return ERR_PTR(ret); }