[COMMON] cpufreq: acme: Move cooling register to cpufreq_init
authorChungwoo Park <cww.park@samsung.com>
Tue, 15 May 2018 12:52:48 +0000 (21:52 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:37:41 +0000 (17:37 +0900)
commit77ea7c3706d51216fa592982e38c29eb7a06bd15
tree26c40d07a5247b62d453a7c82c01439318770c2d
parent55ce8bb762d99c03ab2cf1d0d67ca1ece152c7a0
[COMMON] cpufreq: acme: Move cooling register to cpufreq_init

cpufreq->exit() callback will be called at disable_nonboot_cpus()
Then, wakeup_source is activated by cooling_unregister.
So, we moved cooling_register at exynos_cpuferq_init() as before.

Change-Id: Ic92c602d7616a99da4e272a5feb656c51b1757da
Signed-off-by: Hyeonseong Gil <hs.gil@samsung.com>
drivers/cpufreq/exynos-acme.c