NR_CLUST1_CPUS defined in include/soc/samsung/cpufreq.h
isn't available because above file is deleted.
Resolved migration conflicts from kernel 4.9 to 4.14.
Change-Id: I79d9e5c318586fb7c9d43f26fd93b1bcbcda6a65
Signed-off-by: Soomin Kim <sm8326.kim@samsung.com>
#include <linux/gpu_cooling.h>
#include <linux/isp_cooling.h>
#include <linux/slab.h>
-#include <soc/samsung/cpufreq.h>
+#include <soc/samsung/tmu.h>
#include "exynos_tmu.h"
#include "../thermal_core.h"
is_cpu_hotplugged_out = true;
pm_qos_update_request(&thermal_cpu_hotplug_request,
- NR_CLUST1_CPUS);
+ NR_HOTPLUG_CPUS);
}
}
#include <linux/cpu_cooling.h>
#include <dt-bindings/thermal/thermal_exynos.h>
+#define NR_HOTPLUG_CPUS 4
+
enum soc_type {
SOC_ARCH_EXYNOS8890 = 1,
SOC_ARCH_EXYNOS8895 = 2,