[COMMON] thermal: cpu_cooling: Change debug from ess to dss.
authorChungwoo Park <cww.park@samsung.com>
Tue, 15 May 2018 10:51:36 +0000 (19:51 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:37:41 +0000 (17:37 +0900)
Change-Id: I4e56b1fd9d856117b54ebb061d78a284d367b119
Signed-off-by: Chungwoo Park <cww.park@samsung.com>
drivers/thermal/cpu_cooling.c

index 066bb6926e89cbf88cbd0f4396aa8624e3000382..053e2f2a76a53f31d0fa6f91acfcab2078971e09 100644 (file)
@@ -31,7 +31,7 @@
 #include <linux/slab.h>
 #include <linux/cpu.h>
 #include <linux/cpu_cooling.h>
-#include <linux/exynos-ss.h>
+#include <linux/debug-snapshot.h>
 
 #include <trace/events/thermal.h>
 
@@ -183,7 +183,7 @@ static int cpufreq_thermal_notifier(struct notifier_block *nb,
 
                if (policy->max > clipped_freq) {
                        cpufreq_verify_within_limits(policy, 0, clipped_freq);
-                       exynos_ss_thermal(NULL, 0, cpufreq_cdev->cdev->type, clipped_freq);
+                       dbg_snapshot_thermal(NULL, 0, cpufreq_cdev->cdev->type, clipped_freq);
                }
                break;
        }