PM / devfreq: passive: Use HZ_PER_KHZ macro in units.h
authorYicong Yang <yangyicong@hisilicon.com>
Fri, 10 Jun 2022 07:54:28 +0000 (15:54 +0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 29 Jun 2022 20:11:17 +0000 (05:11 +0900)
commit20e6c3cc90c0a86dba659dd9e7d60b429d88746d
treef7ddb1af5c1f67c4f7218cc06b5f21ddf1c80801
parent0cca7e8dcfa9e6fe7ba697e534a732571f1689d0
PM / devfreq: passive: Use HZ_PER_KHZ macro in units.h

HZ macros has been centralized in units.h since [1]. Use it to avoid
duplicated definition.

[1] commit e2c77032fcbe ("units: add the HZ macros")

Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/governor_passive.c