[COMMON] thermal: samsung: Remove checking cpufreq
authorHyeonseong Gil <hs.gil@samsung.com>
Fri, 24 Mar 2017 01:39:25 +0000 (10:39 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:18:33 +0000 (17:18 +0900)
To pull in init sequence of DTM, remove checking cpufreq

Change-Id: Ibaad030b047e0632786019e735b6877a6ede85a0
Signed-off-by: Hyeonseong Gil <hs.gil@samsung.com>
drivers/thermal/samsung/exynos_tmu.c

index d6bc555089afbc08d5a3224fd670204cc535b734..783a420faeb1b7229769680d12ac2d0a00ab01bc 100644 (file)
@@ -1774,10 +1774,6 @@ static int exynos_tmu_probe(struct platform_device *pdev)
 {
        struct exynos_tmu_data *data;
        int ret;
-#ifdef CONFIG_CPU_FREQ
-       if (!cpufreq_frequency_get_table(0))
-               return -EPROBE_DEFER;
-#endif
 
        data = devm_kzalloc(&pdev->dev, sizeof(struct exynos_tmu_data),
                                        GFP_KERNEL);