mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
devfreq_cooling: inline the of_devfreq_cooling_register_power()
Make of_devfreq_cooling_register_power() as static inline. This fixes the building error when CONFIG_THERMAL is disabled. Change-Id: I3d88a3679de279a7ee7eadae7243b9661fdddf75 Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
This commit is contained in:
committed by
Tao Huang
parent
d5635ca05b
commit
80de9b19d9
@@ -56,7 +56,7 @@ void devfreq_cooling_unregister(struct thermal_cooling_device *dfc);
|
||||
|
||||
#else /* !CONFIG_DEVFREQ_THERMAL */
|
||||
|
||||
struct thermal_cooling_device *
|
||||
static inline struct thermal_cooling_device *
|
||||
of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df,
|
||||
struct devfreq_cooling_power *dfc_power)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user